@enable-tech/shared-types
Version:
This package represents the single source of truth of the Types being used in the codebase (front-end and back-end) of enable.tech, It is an organization-scoped package. So, all the development teams belonging to it can participate to enhance it.
34 lines • 1.1 kB
TypeScript
export declare enum E_Mode {
Add = "Add",
Update = "Update",
Save = "Save",
Send = "Send",
View = "View"
}
export declare enum E_AppNavigation {
LOGIN = "Login",
LANDING_PAGE = "LandingPage",
SCAN_QR_CODE = "ScanQRCode",
WRONG_QR_CODE = "WrongQRCode",
CUSTOMER_PROFILE = "CustomerProfile",
LOYALTY_ORDER_CAPTURING = "LoyaltyOrderCapturing",
SUCCESS_PAGE = "SuccessPage",
SETTINGS_AND_UPDATES_DECISIONS = "SettingsAndUpdatesDecisions",
SETTINGS_AND_UPDATES_DECISIONS_CAMERA = "SettingsAndUpdatesDecisionsCamera",
SETTINGS_AND_UPDATES_DECISIONS_FORCE_UPDATE = "SettingsAndUpdatesDecisionsForceUpdate",
SETTINGS_AND_UPDATES_DECISIONS_NETWORK_ERROR = "SettingsAndUpdatesDecisionsNetworkError"
}
export declare enum E_SettingsAndUpdatesDecisions {
CAMERA = "camera",
TRACKING = "tracking",
FORCE_UPDATE = "force_update",
NETWORK_ERROR = "network_error"
}
export declare enum E_FilterType {
INCLUDE = "INCLUDE",
EXCLUDE = "EXCLUDE"
}
export interface I_RouteWithId {
id: string;
}
//# sourceMappingURL=index.d.ts.map