m3-academy-template-vtexio/custom/react/typings/global.d.ts

8 lines
131 B
TypeScript
Raw Permalink Normal View History

2022-08-11 13:06:07 +00:00
export interface TimeSplit {
hours: string
minutes: string
seconds: string
}
type GenericObject = Record<string, any>