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

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

    interface IProject {
        authorization: Interfaces.Capital.IDocument2;
        coopname: string;
        counts: ICountsData;
        created_at: string;
        crps: ICrpsData;
        data: string;
        description: string;
        fact: IFactPool;
        id: Interfaces.Capital.IUint64;
        invite: string;
        is_authorized: boolean;
        is_opened: boolean;
        is_planed: boolean;
        master: string;
        meta: string;
        parent_hash: string;
        plan: IPlanPool;
        project_hash: string;
        status: string;
        title: string;
        voting: IVotingData;
    }
    Index

    Properties

    coopname: string
    counts: ICountsData
    created_at: string
    crps: ICrpsData
    data: string
    description: string
    fact: IFactPool
    invite: string
    is_authorized: boolean
    is_opened: boolean
    is_planed: boolean
    master: string
    meta: string
    parent_hash: string
    plan: IPlanPool
    project_hash: string
    status: string
    title: string
    voting: IVotingData