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

    Type Alias RoleUpsertWithoutUserRolesInput

    type RoleUpsertWithoutUserRolesInput = {
        create: Prisma.XOR<
            RoleCreateWithoutUserRolesInput,
            RoleUncheckedCreateWithoutUserRolesInput,
        >;
        update: Prisma.XOR<
            RoleUpdateWithoutUserRolesInput,
            RoleUncheckedUpdateWithoutUserRolesInput,
        >;
        where?: RoleWhereInput;
    }
    Index

    Properties

    Properties