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

    类型别名 WithId<TSchema>

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

    Add an _id field to an object shaped type

    类型参数

    • TSchema