cooptypes - v2026.4.27-2
    Preparing search index...

    Таблица содержит информацию о претензиях.

    interface IExpense {
        amount: string;
        approved_statement: Interfaces.Capital.IDocument2;
        authorization: Interfaces.Capital.IDocument2;
        coopname: string;
        description: string;
        expense_hash: string;
        expense_statement: Interfaces.Capital.IDocument2;
        fund_id: Interfaces.Capital.IUint64;
        id: Interfaces.Capital.IUint64;
        project_hash: string;
        spended_at: string;
        status: string;
        username: string;
    }
    Index

    Properties

    amount: string
    approved_statement: Interfaces.Capital.IDocument2
    coopname: string
    description: string
    expense_hash: string
    expense_statement: Interfaces.Capital.IDocument2
    project_hash: string
    spended_at: string
    status: string
    username: string