challenge-vtex-io-vitor-soares/react/typings/global.d.ts

8 lines
131 B
TypeScript
Raw Normal View History

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