export type PostUsersLoginMutationRequest = { /** * @type string */ wallet: string; }; /** * @description Successful response */ export type PostUsersLoginMutationResponse = { /** * @type string */ nonce: string; };