challenge-vtex-io-rafael-sa.../react/typings/global.d.ts

8 lines
131 B
TypeScript
Raw Normal View History

2023-01-27 20:19:50 +00:00
export interface TimeSplit {
hours: string
minutes: string
seconds: string
}
type GenericObject = Record<string, any>