cooptypes - v2026.4.27-2
    Preparing search index...
    interface Model {
        component_hash: string;
        component_name: string;
        coop: ICooperativeData;
        decision: IDecisionData;
        is_component: boolean;
        meta: IMetaDocument;
        project_hash: string;
        project_name: string;
        vars: IVars;
    }
    Index

    Properties

    component_hash: string
    component_name: string
    decision: IDecisionData
    is_component: boolean
    project_hash: string
    project_name: string
    vars: IVars