fix: field name

This commit is contained in:
auth
2023-12-25 18:50:33 +01:00
committed by GitHub
parent 7c5f5ed351
commit 3d06aeed7b

2
index.d.ts vendored
View File

@@ -171,7 +171,7 @@ declare namespace module {
readonly author: string | undefined;
readonly minSnapchatVersion: number | undefined;
readonly minSEVersion: number | undefined;
readonly grantedPermissions: string[];
readonly permissions: string[];
}
let exports: any | undefined;