Skip to content

Commit

Permalink
Export type
Browse files Browse the repository at this point in the history
  • Loading branch information
aryzing committed Oct 2, 2024
1 parent ebb9e9f commit c493b94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/request/types/walletMethods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export const permissionsWithoutClientId = v.array(
v.omit(permissions.resources.wallet.walletPermissionSchema, ['clientId']),
])
);
export type PermissionsWithoutClientId = v.InferOutput<typeof permissionsWithoutClientId>;

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

0 comments on commit c493b94

Please sign in to comment.