Type alias PlainOperation

PlainOperation: OperationMeta & {
    version: number;
    action: OperationAction;
    fields?: Map<string, OperationValue>;
}

Plain operation with fields which have not been checked against a schema yet.

Generated using TypeDoc