forked from M3-Academy/challenge-vtex-io
feat: adicionando global.d.ts
This commit is contained in:
parent
be39f827b6
commit
c301f170ee
7
react/typings/global.d.ts
vendored
Normal file
7
react/typings/global.d.ts
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
export interface TimeSplit {
|
||||||
|
hours: string
|
||||||
|
minutes: string
|
||||||
|
seconds: string
|
||||||
|
}
|
||||||
|
|
||||||
|
type GenericObject = Record<string, any>
|
Loading…
Reference in New Issue
Block a user