Traqula
    Preparing search index...

    An empty operation. For example used for the algebra representation of a query string that does not contain any operation.

    interface Nop {
        subType?: string;
        type: NOP;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    subType?: string
    type: NOP