API 参考
    正在准备搜索索引...

    类型别名 OptionalId<TSchema>

    OptionalId: EnhancedOmit<TSchema, "_id"> & { _id?: InferIdType<TSchema> }

    Add an optional _id field to an object shaped type

    类型参数

    • TSchema