interface ICreateinvest {
    amount: string;
    application: string;
    coopname: string;
    invest_hash: string;
    project_hash: string;
    statement: CapitalContract.Interfaces.IDocument;
    username: string;
}

Properties

amount: string
application: string
coopname: string
invest_hash: string
project_hash: string
username: string