@milobedini/shared-types 1.0.65 → 1.0.67
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types.d.ts +4 -0
- package/dist/types.js +5 -0
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -521,3 +521,7 @@ export type BasicMutationResponse = {
|
|
|
521
521
|
message?: string;
|
|
522
522
|
data?: any;
|
|
523
523
|
};
|
|
524
|
+
export declare const SLOT_START_HOUR: 6;
|
|
525
|
+
export declare const SLOT_END_HOUR: 24;
|
|
526
|
+
export declare const SLOT_STEP_HOURS: 2;
|
|
527
|
+
export declare const LONDON_TZ: "Europe/London";
|
package/dist/types.js
ADDED