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

    类型别名 WithoutId<TSchema>

    WithoutId: Omit<TSchema, "_id">

    Remove the _id field from an object shaped type

    类型参数

    • TSchema