Skip to content

Commit 66cced5

Browse files
committed
Add null default
1 parent 12f4054 commit 66cced5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2212,7 +2212,7 @@ export type AppSettings = {
22122212
disable_auth_checks?: boolean;
22132213
disable_permissions_checks?: boolean;
22142214
enforce_unique_usernames?: 'no' | 'app' | 'team';
2215-
event_hooks?: Array<EventHook>;
2215+
event_hooks?: Array<EventHook> | null;
22162216
// all possible file mime types are https://www.iana.org/assignments/media-types/media-types.xhtml
22172217
file_upload_config?: FileUploadConfig;
22182218
firebase_config?: {

0 commit comments

Comments
 (0)