interface IApproveexpns {
    application: string;
    approved_statement: CapitalContract.Interfaces.IDocument;
    approver: string;
    coopname: string;
    expense_hash: string;
}

Properties

application: string
approver: string
coopname: string
expense_hash: string