Closed florianrubel closed 1 year ago
Got the solution:
const externalExportServerSchema = new mongoose.Schema<CompanyExternalExportServerList>({
....
exportKey: {
type: mongoose.Schema.Types.ObjectId,
required: false,
default: null,
},
})
I have the following schema
This is a part of the generated interface
And this leads to this error
Any idea to fix this?