interface IAccountResponse {
    accountId: number;
    walletId: string;
}

Properties

Properties

accountId: number
walletId: string