interface ICreatewthd2 {
    amount: string;
    application: string;
    coopname: string;
    project_hash: string;
    return_statement: CapitalContract.Interfaces.IDocument;
    username: string;
    withdraw_hash: string;
}

Properties

amount: string
application: string
coopname: string
project_hash: string
username: string
withdraw_hash: string