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

    Type Alias UserRoleScalarWhereWithAggregatesInput

    type UserRoleScalarWhereWithAggregatesInput = {
        AND?:
            | UserRoleScalarWhereWithAggregatesInput
            | UserRoleScalarWhereWithAggregatesInput[];
        createdAt?: DateTimeWithAggregatesFilter<"UserRole">
        | Date
        | string;
        deletedAt?:
            | DateTimeNullableWithAggregatesFilter<"UserRole">
            | Date
            | string
            | null;
        id?: IntWithAggregatesFilter<"UserRole"> | number;
        NOT?:
            | UserRoleScalarWhereWithAggregatesInput
            | UserRoleScalarWhereWithAggregatesInput[];
        OR?: UserRoleScalarWhereWithAggregatesInput[];
        roleId?: IntWithAggregatesFilter<"UserRole">
        | number;
        updatedAt?: DateTimeWithAggregatesFilter<"UserRole"> | Date | string;
        userId?: IntWithAggregatesFilter<"UserRole"> | number;
        uuid?: StringWithAggregatesFilter<"UserRole"> | string;
    }
    Index

    Properties

    createdAt?: DateTimeWithAggregatesFilter<"UserRole"> | Date | string
    deletedAt?:
        | DateTimeNullableWithAggregatesFilter<"UserRole">
        | Date
        | string
        | null
    id?: IntWithAggregatesFilter<"UserRole"> | number
    roleId?: IntWithAggregatesFilter<"UserRole"> | number
    updatedAt?: DateTimeWithAggregatesFilter<"UserRole"> | Date | string
    userId?: IntWithAggregatesFilter<"UserRole"> | number
    uuid?: StringWithAggregatesFilter<"UserRole"> | string