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

    Type Alias RoleScalarWhereWithAggregatesInput

    type RoleScalarWhereWithAggregatesInput = {
        AND?:
            | RoleScalarWhereWithAggregatesInput
            | RoleScalarWhereWithAggregatesInput[];
        createdAt?: DateTimeWithAggregatesFilter<"Role">
        | Date
        | string;
        deletedAt?:
            | DateTimeNullableWithAggregatesFilter<"Role">
            | Date
            | string
            | null;
        id?: IntWithAggregatesFilter<"Role"> | number;
        name?: StringWithAggregatesFilter<"Role"> | string;
        NOT?:
            | RoleScalarWhereWithAggregatesInput
            | RoleScalarWhereWithAggregatesInput[];
        OR?: RoleScalarWhereWithAggregatesInput[];
        updatedAt?: DateTimeWithAggregatesFilter<"Role">
        | Date
        | string;
    }
    Index

    Properties

    createdAt?: DateTimeWithAggregatesFilter<"Role"> | Date | string
    deletedAt?: DateTimeNullableWithAggregatesFilter<"Role"> | Date | string | null
    id?: IntWithAggregatesFilter<"Role"> | number
    name?: StringWithAggregatesFilter<"Role"> | string
    updatedAt?: DateTimeWithAggregatesFilter<"Role"> | Date | string