challenge-vtex-io-Rhayllon-.../react/typings/global.d.ts

8 lines
131 B
TypeScript

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