Skip to content

Commit

Permalink
Rename type
Browse files Browse the repository at this point in the history
  • Loading branch information
aryzing committed Oct 2, 2024
1 parent d256818 commit 8902479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/request/types/walletMethods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const permissionWithoutClientId = v.variant('type', [
v.omit(permissions.resources.account.accountPermissionSchema, ['clientId']),
v.omit(permissions.resources.wallet.walletPermissionSchema, ['clientId']),
]);
export type PermissionsWithoutClientId = v.InferOutput<typeof permissionWithoutClientId>;
export type PermissionWithoutClientId = v.InferOutput<typeof permissionWithoutClientId>;

export const requestPermissionsMethodName = 'wallet_requestPermissions';
export const requestPermissionsParamsSchema = v.nullish(v.array(permissionWithoutClientId));
Expand Down

0 comments on commit 8902479

Please sign in to comment.