@open-tender/types 0.2.43 → 0.2.44
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.
|
@@ -38,11 +38,11 @@ export declare type TimezoneMap = {
|
|
|
38
38
|
export declare type RequestedAt = ISOString | 'asap';
|
|
39
39
|
export interface TimeInterval {
|
|
40
40
|
label: string;
|
|
41
|
-
value:
|
|
41
|
+
value: string;
|
|
42
42
|
}
|
|
43
|
-
export interface
|
|
43
|
+
export interface TimeOption {
|
|
44
44
|
name: string;
|
|
45
|
-
value: number;
|
|
45
|
+
value: string | number | null;
|
|
46
46
|
disabled: boolean;
|
|
47
47
|
}
|
|
48
48
|
export interface DatePickerTimes {
|
|
@@ -38,11 +38,11 @@ export declare type TimezoneMap = {
|
|
|
38
38
|
export declare type RequestedAt = ISOString | 'asap';
|
|
39
39
|
export interface TimeInterval {
|
|
40
40
|
label: string;
|
|
41
|
-
value:
|
|
41
|
+
value: string;
|
|
42
42
|
}
|
|
43
|
-
export interface
|
|
43
|
+
export interface TimeOption {
|
|
44
44
|
name: string;
|
|
45
|
-
value: number;
|
|
45
|
+
value: string | number | null;
|
|
46
46
|
disabled: boolean;
|
|
47
47
|
}
|
|
48
48
|
export interface DatePickerTimes {
|
package/package.json
CHANGED
package/dist/.DS_Store
DELETED
|
Binary file
|