interface IAssignWalletResponse {
    enabled: boolean;
    walletId: string;
}

Properties

Properties

enabled: boolean
walletId: string