Interface IGlobalOptions

Hierarchy

  • IGlobalOptions

Properties

globalOptions?: ITypegooseOptions

Global Options for general Typegoose

options?: ICustomOptions

Typegoose Options

schemaOptions?: SchemaOptions<unknown, {}, {}, {}, {}, mongoose.Document<unknown, {}, unknown> & Required<{
    _id: unknown;
}>>

Schema Options that should get applied to all models

Type declaration

    Type declaration

      Type declaration

        Type declaration

          Generated using TypeDoc