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

    Type Alias AppScalarWhereWithAggregatesInput

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

    Properties

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