interface Withdraw<T0> {
    account: string;
    amount: bigint;
}

Type Parameters

  • T0

Properties

Properties

account: string
amount: bigint