interface ICreateexpnse {
    amount: string;
    coopname: string;
    creator: string;
    description: string;
    expense_hash: string;
    project_hash: string;
    statement: Interfaces.Capital.IDocument2;
}

Properties

amount: string
coopname: string
creator: string
description: string
expense_hash: string
project_hash: string