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

    Type Alias AppWhereInput

    type AppWhereInput = {
        AND?: AppWhereInput | AppWhereInput[];
        createdAt?: DateTimeFilter<"App"> | Date | string;
        deletedAt?: DateTimeNullableFilter<"App"> | Date | string | null;
        id?: IntFilter<"App"> | number;
        name?: StringFilter<"App"> | string;
        NOT?: AppWhereInput | AppWhereInput[];
        OR?: AppWhereInput[];
        permissions?: PermissionListRelationFilter;
        updatedAt?: DateTimeFilter<"App"> | Date | string;
        uuid?: StringFilter<"App"> | string;
    }
    Index

    Properties

    createdAt?: DateTimeFilter<"App"> | Date | string
    deletedAt?: DateTimeNullableFilter<"App"> | Date | string | null
    id?: IntFilter<"App"> | number
    name?: StringFilter<"App"> | string
    updatedAt?: DateTimeFilter<"App"> | Date | string
    uuid?: StringFilter<"App"> | string