Skip to content

Commit

Permalink
chore: remove previously added Partial on AmplifyOutputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashwin Kumar committed Jan 22, 2025
1 parent 08dde45 commit 990e987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/singleton/AmplifyOutputs/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export interface AmplifyOutputsAuthProperties {
unauthenticated_identities_enabled?: boolean;
mfa_configuration?: string;
mfa_methods?: string[];
groups?: Partial<Record<UserGroupName, UserGroupPrecedence>>[];
groups?: Record<UserGroupName, UserGroupPrecedence>[];
}

export interface AmplifyOutputsStorageBucketProperties {
Expand Down

0 comments on commit 990e987

Please sign in to comment.