UNPKG

@microsoft/windows-admin-center-sdk

Version:

Microsoft - Windows Admin Center Shell

6 lines (5 loc) 219 B
/** * Represents a value that can be converted into a javascript date. * This includes a number (timestamp), and ISO formatted string, or another Date object */ export declare type DateLike = string | number | Date;