Я создаю схемы mon goose (v: "^ 5.2.4") с машинописным текстом следующего кода:
fadeAudio: {
type: Boolean,
required: false,
default: true
}
Поле по умолчанию дает эту ошибку:
Type 'true' is not assignable to type 'BooleanConstructor | DefaultFn<BooleanConstructor>'.ts(2322)
index.d.ts(1078, 5): The expected type comes from property 'default' which is declared here on type 'SchemaTypeOpts<BooleanConstructor>'