SentDropCreateInput: {
    channelId?: string | null;
    dbId?: string;
    drop?: DropCreateNestedOneWithoutSentDropsInput;
    guildId: string;
    messageId?: string | null;
    platform: PlatformEnum;
    sentAt?: Date | string;
}