interface Model {
    coop: ICooperativeData;
    meta: IMetaDocument;
    vars: IVars;
}

Properties

Properties

vars: IVars