SentDropCreateManyInput: {
    channelId?: string | null;
    dbId?: string;
    dropId: string;
    guildId: string;
    messageId?: string | null;
    platform: PlatformEnum;
    sentAt?: Date | string;
}