interface IComplexAgenda2 {
    action: Cooperative.Blockchain.IAction<any>;
    documents: IComplexDocument2;
    table: Interfaces.Soviet.IDecision;
}

Hierarchy (view full)

Properties