cooptypes - v2026.4.27-2
    Preparing search index...
    interface Model {
        appendix_hash: string;
        component_hash: string;
        component_name: string;
        contributor_contract_created_at: string;
        contributor_contract_number: string;
        coop: ICooperativeData;
        meta: IMetaDocument;
        parent_appendix_hash: string;
        project_hash: string;
        project_name: string;
        short_appendix_hash: string;
        short_parent_appendix_hash: string;
        user: ICommonUser;
        vars: IVars;
    }
    Index

    Properties

    appendix_hash: string
    component_hash: string
    component_name: string
    contributor_contract_created_at: string
    contributor_contract_number: string
    parent_appendix_hash: string
    project_hash: string
    project_name: string
    short_appendix_hash: string
    short_parent_appendix_hash: string
    vars: IVars