SentDropScalarWhereInput: {
    AND?: SentDropScalarWhereInput | SentDropScalarWhereInput[];
    NOT?: SentDropScalarWhereInput | SentDropScalarWhereInput[];
    OR?: SentDropScalarWhereInput[];
    channelId?: StringNullableFilter<"SentDrop"> | string | null;
    dbId?: StringFilter<"SentDrop"> | string;
    dropId?: StringFilter<"SentDrop"> | string;
    guildId?: StringFilter<"SentDrop"> | string;
    messageId?: StringNullableFilter<"SentDrop"> | string | null;
    platform?: EnumPlatformEnumFilter<"SentDrop"> | PlatformEnum;
    sentAt?: DateTimeFilter<"SentDrop"> | Date | string;
}