company-cafeteria-shared-demo
Version:
Package partagé pour l'écosystème Cafétéria Entreprise
12 lines • 566 B
TypeScript
export declare const NOTIFICATION_TYPES: {
readonly ORDER_CONFIRMED: "order_confirmed";
readonly ORDER_READY: "order_ready";
readonly ORDER_CANCELLED: "order_cancelled";
readonly MENU_UPDATED: "menu_updated";
readonly PAYMENT_SUCCESS: "payment_success";
readonly PAYMENT_FAILED: "payment_failed";
readonly PROMO_AVAILABLE: "promo_available";
readonly SYSTEM_MAINTENANCE: "system_maintenance";
};
export type NotificationType = typeof NOTIFICATION_TYPES[keyof typeof NOTIFICATION_TYPES];
//# sourceMappingURL=notificationTypes.d.ts.map