Skip to content

Commit dd6a1a3

Browse files
committed
fix EnabledFeaturesResponse type
1 parent 0285d58 commit dd6a1a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/Accounts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ export type AccessTokenResponse = {
141141
};
142142

143143
export type EnabledFeaturesResponse = {
144-
enabledFeatures?: { [key: string]: number };
144+
enabledFeatures: { [key: string]: boolean };
145145
};
146146

147147
export type UpdateAccountConfigOptions =

0 commit comments

Comments
 (0)