challenge-vtex-io-Patrick-R.../react/typings/global.d.ts

8 lines
131 B
TypeScript
Raw Normal View History

2023-02-09 02:39:36 +00:00
export interface TimeSplit {
hours: string
minutes: string
seconds: string
}
type GenericObject = Record<string, any>