Member Junction
    Preparing search index...

    The subset of the CodeGen config this module reads and mutates.

    interface SchemaScopeConfig {
        excludeSchemas?: string[];
        includeSchemas?: string[];
    }
    Index

    Properties

    excludeSchemas?: string[]
    includeSchemas?: string[]