RLS DSL - v0.1.0
    Preparing search index...

    Interface Condition

    Base condition interface that all conditions implement

    interface Condition {
        type: string;
        toSQL(): string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    type: string

    Methods