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

    Interface HelperCondition

    Helper condition (isOwner, isMemberOf, etc.)

    interface HelperCondition {
        toSQL(): string;
        type: "helper";
        helperType: string;
        params: Record<string, string | number | boolean | null | undefined>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    type: "helper"
    helperType: string
    params: Record<string, string | number | boolean | null | undefined>

    Methods