Documentation
    Preparing search index...

    Interface PgEnumNameOptions

    interface PgEnumNameOptions {
        noEscape?: boolean;
        schema?: boolean;
    }

    Hierarchy (View Summary)

    Index
    noEscape?: boolean
    schema?: boolean