diff --git a/src/components/TableModals/WebhooksModal/utils.tsx b/src/components/TableModals/WebhooksModal/utils.tsx index e16ca1d9..cefc6c2f 100644 --- a/src/components/TableModals/WebhooksModal/utils.tsx +++ b/src/components/TableModals/WebhooksModal/utils.tsx @@ -36,6 +36,8 @@ export const parserExtraLibs = [ sendStatus: (status:number)=>void }; logging: RowyLogging; + auth:firebaseauth.BaseAuth; + storage:firebasestorage.Storage; } ) => Promise;`, ]; @@ -51,6 +53,8 @@ export const conditionExtraLibs = [ sendStatus: (status:number)=>void }; logging: RowyLogging; + auth:firebaseauth.BaseAuth; + storage:firebasestorage.Storage; } ) => Promise;`, ];