interface IRetire {
    memo: string;
    quantity: string;
}

Properties

Properties

memo: string
quantity: string