challenge-vtex-io-sabrina-m.../react/typings/global.d.ts

8 lines
131 B
TypeScript
Raw Normal View History

export interface TimeSplit {
hours: string
minutes: string
seconds: string
}
type GenericObject = Record<string, any>