Type alias DateString

DateString: string & {
    __DateBrand: never;
}

Type declaration

  • __DateBrand: never