Files
triggerdotdev--trigger.dev/apps/webapp/global.d.ts
T
2026-07-13 13:32:57 +08:00

6 lines
174 B
TypeScript

declare namespace Intl {
type Key = "calendar" | "collation" | "currency" | "numberingSystem" | "timeZone" | "unit";
function supportedValuesOf(input: Key): string[];
}