challenge-vtex-io-Adilson-F.../react/typings/global.d.ts

8 lines
131 B
TypeScript
Raw Normal View History

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