interface Withdraw {
    amount: bigint;
    store: string;
}

Properties

Properties

amount: bigint
store: string