DisBot
    Preparing search index...

    Type Alias __Either<O, K>

    __Either: Omit<O, K> & { [P in K]: Prisma__Pick<O, P & keyof O> }[K]

    From ts-toolbelt

    Type Parameters

    • O extends object
    • K extends Key