feat: adicionando global.d.ts

This commit is contained in:
Ana Carolina Duarte Cavalcante 2023-02-07 06:22:48 -03:00
parent be39f827b6
commit c301f170ee

7
react/typings/global.d.ts vendored Normal file
View File

@ -0,0 +1,7 @@
export interface TimeSplit {
hours: string
minutes: string
seconds: string
}
type GenericObject = Record<string, any>