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

    Interface IComplexDocument

    interface IComplexDocument {
        acts: IComplexAct[];
        decision: IComplexDecision;
        links: IGeneratedDocument<any>[];
        statement: IComplexStatement;
    }
    Index

    Properties

    acts: IComplexAct[]
    links: IGeneratedDocument<any>[]