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

    Type Alias RoleUpdateOneRequiredWithoutUserRolesNestedInput

    type RoleUpdateOneRequiredWithoutUserRolesNestedInput = {
        connect?: RoleWhereUniqueInput;
        connectOrCreate?: RoleCreateOrConnectWithoutUserRolesInput;
        create?: Prisma.XOR<
            RoleCreateWithoutUserRolesInput,
            RoleUncheckedCreateWithoutUserRolesInput,
        >;
        update?: Prisma.XOR<
            Prisma.XOR<
                RoleUpdateToOneWithWhereWithoutUserRolesInput,
                RoleUpdateWithoutUserRolesInput,
            >,
            RoleUncheckedUpdateWithoutUserRolesInput,
        >;
        upsert?: RoleUpsertWithoutUserRolesInput;
    }
    Index

    Properties