type ISO8601DateFormat = K & { __isISO8601DateFormat: T; }; type ISO8601Date = ISO8601DateFormat; export { ISO8601Date, };