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

    Interface IComplexDecision2

    interface IComplexDecision2 {
        action: IExtendedAction;
        document: IGeneratedDocument;
        signed_document: ISignedDocument2;
        votes_against: IExtendedAction[];
        votes_for: IExtendedAction[];
    }
    Index

    Properties

    signed_document: ISignedDocument2
    votes_against: IExtendedAction[]
    votes_for: IExtendedAction[]