missing type

This commit is contained in:
Miodec 2022-02-12 22:41:29 +01:00
parent eb2350bb1f
commit e2d7a19c08
2 changed files with 2 additions and 0 deletions

View file

@ -1,2 +1,3 @@
declare let firebase: any;
declare let moment: any;
declare let grecaptcha: any;

View file

@ -39,6 +39,7 @@ type Group = {
setCallback: () => void;
updateCallback: () => void;
updateInput: () => void;
setValue: (string: string) => void;
};
type Groups = {