m3-academy-template-vtexio/custom/react/typings/global.d.ts
Caroline Moran f2a03c53ae first commit
2022-08-11 09:06:07 -04:00

8 lines
131 B
TypeScript

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