interface IComplexAct {
    action?: IExtendedAction;
    document?: IGeneratedDocument;
}

Properties

Properties