interface IComplexStatement {
    action: IExtendedAction;
    document: IGeneratedDocument;
}

Properties

Properties