Type Alias GuildDropsWebhookUncheckedCreateInput

GuildDropsWebhookUncheckedCreateInput: {
    avatarUrl?: string | null;
    dbId?: string;
    guildDropsId: string;
    username?: string | null;
}