challenge-vtex-io-Patrick-R.../react/typings/global.d.ts
2023-02-08 23:39:36 -03:00

8 lines
131 B
TypeScript

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