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