Do funkce jdemeObed doplněn parametr locationKey
This commit is contained in:
@@ -18,6 +18,8 @@ export type RemoveChoiceRequest = IDayIndex & ILocationKey & {
|
||||
foodIndex: number,
|
||||
}
|
||||
|
||||
export type JdemeObedRequest = ILocationKey;
|
||||
|
||||
export type UpdateNoteRequest = IDayIndex & {
|
||||
note?: string,
|
||||
}
|
||||
|
||||
@@ -131,21 +131,15 @@ export type LocationKey = keyof typeof Locations;
|
||||
export enum UdalostEnum {
|
||||
ZAHAJENA_PIZZA = "Zahájen pizza day",
|
||||
OBJEDNANA_PIZZA = "Objednána pizza",
|
||||
JDEME_NA_OBED = "Jdeme na oběd",
|
||||
JDEME_OBED = "Jdeme na oběd",
|
||||
}
|
||||
|
||||
export type NotififaceInput = {
|
||||
locationKey?: LocationKey,
|
||||
udalost: UdalostEnum,
|
||||
user: string,
|
||||
}
|
||||
|
||||
export type NotifikaceData = {
|
||||
input: NotififaceInput,
|
||||
gotify?: boolean,
|
||||
teams?: boolean,
|
||||
ntfy?: boolean,
|
||||
}
|
||||
|
||||
export type GotifyServer = {
|
||||
server: string;
|
||||
api_keys: string[];
|
||||
|
||||
Reference in New Issue
Block a user