Type alias RevokeAccountUserRoleResponse
RevokeAccountUserRoleResponse: Response<{ revokeAccountUserRole: { accountId: number; accountOwner: string; role: TradeAccountRole; signature: string; user: string; }; }> Type declaration
revokeAccountUserRole: {
accountId: number;
accountOwner: string;
role: TradeAccountRole;
signature: string;
user: string;
}
accountId: number
accountOwner: string
signature: string
user: string