@robert-brightline/auth-db - v0.0.21
    Preparing search index...

    Type Alias UserUpsertWithoutUserRolesInput

    type UserUpsertWithoutUserRolesInput = {
        create: Prisma.XOR<
            UserCreateWithoutUserRolesInput,
            UserUncheckedCreateWithoutUserRolesInput,
        >;
        update: Prisma.XOR<
            UserUpdateWithoutUserRolesInput,
            UserUncheckedUpdateWithoutUserRolesInput,
        >;
        where?: UserWhereInput;
    }
    Index

    Properties

    Properties