interface ICreatewthd {
    coopname: string;
    quantity: string;
    statement: WalletContract.Interfaces.IDocument;
    username: string;
    withdraw_hash: string;
}

Properties

coopname: string
quantity: string
username: string
withdraw_hash: string