DisBot
    Preparing search index...

    Type Alias _Strict<U, _U>

    _Strict: U extends unknown
        ? U & Prisma.OptionalFlat<_Record<Exclude<Keys<_U>, keyof U>, never>>
        : never

    Type Parameters

    • U
    • _U = U