UNPKG

@aptly-as/types

Version:
9 lines (8 loc) 198 B
export type AptlyPeriod = AptlyPeriodSchema<string, string>; export interface AptlyPeriodSchema<ID, DATE> { _id: ID; name: string; open: DATE; close: DATE; override?: boolean; }