Type Alias SentDropScalarWhereWithAggregatesInput

SentDropScalarWhereWithAggregatesInput: {
    AND?: SentDropScalarWhereWithAggregatesInput | SentDropScalarWhereWithAggregatesInput[];
    NOT?: SentDropScalarWhereWithAggregatesInput | SentDropScalarWhereWithAggregatesInput[];
    OR?: SentDropScalarWhereWithAggregatesInput[];
    channelId?: StringNullableWithAggregatesFilter<"SentDrop"> | string | null;
    dbId?: StringWithAggregatesFilter<"SentDrop"> | string;
    dropId?: StringWithAggregatesFilter<"SentDrop"> | string;
    guildId?: StringWithAggregatesFilter<"SentDrop"> | string;
    messageId?: StringNullableWithAggregatesFilter<"SentDrop"> | string | null;
    platform?: EnumPlatformEnumWithAggregatesFilter<"SentDrop"> | PlatformEnum;
    sentAt?: DateTimeWithAggregatesFilter<"SentDrop"> | Date | string;
}