Interface DefaultSchemaOptions

interface DefaultSchemaOptions {
    _id: true;
    id: true;
    timestamps: false;
    typeKey: "type";
    versionKey: "__v";
}

Properties

_id: true
id: true
timestamps: false
typeKey: "type"
versionKey: "__v"