Interface IBuildSchemaOptions

Extra options for "_buildSchema" in "schema.ts"

interface IBuildSchemaOptions {
    buildIndexes?: boolean;
}

Properties

Properties

buildIndexes?: boolean

Add indexes from this class? will be "false" when "ICustomOptions.disableLowerIndexes" is "true" for some upper class

Default

true