feat: podpora notifikací z notify
This commit is contained in:
@@ -121,7 +121,8 @@ export enum Locations {
|
||||
|
||||
export enum UdalostEnum {
|
||||
ZAHAJENA_PIZZA = "Zahájen pizza day",
|
||||
OBJEDNANA_PIZZA = "Objednána pizza"
|
||||
OBJEDNANA_PIZZA = "Objednána pizza",
|
||||
JDEME_OBED = "Jdeme oběd",
|
||||
}
|
||||
|
||||
export interface NotififaceInput {
|
||||
@@ -133,6 +134,7 @@ export interface NotifikaceData {
|
||||
input: NotififaceInput,
|
||||
gotify?: boolean,
|
||||
teams?: boolean,
|
||||
ntfy?: boolean,
|
||||
}
|
||||
|
||||
export interface GotifyServer {
|
||||
|
||||
Reference in New Issue
Block a user