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