cooptypes - v2026.8.22-3
    Preparing search index...
    interface Model {
        coop: ICooperativeData;
        meta: IMetaDocument;
        questions: IBranchAgendaQuestion[];
        type: "createbranch" | "free";
        user: ICommonUser;
        vars: IVars;
    }
    Index

    Properties

    questions: IBranchAgendaQuestion[]
    type: "createbranch" | "free"
    vars: IVars