Type Alias GuildDropsWebhookCreateWithoutGuildDropsInput

GuildDropsWebhookCreateWithoutGuildDropsInput: {
    avatarUrl?: string | null;
    dbId?: string;
    username?: string | null;
}