interface ICreatedebt {
    amount: string;
    coopname: string;
    debt_hash: string;
    project_hash: string;
    repaid_at: string;
    statement: Interfaces.Capital.IDocument2;
    username: string;
}

Properties

amount: string
coopname: string
debt_hash: string
project_hash: string
repaid_at: string
username: string