GuildDropsGameWebhookCreateInput: {
    avatarUrl?: string | null;
    dbId?: string;
    guildDropsGame?: GuildDropsGameCreateNestedOneWithoutWebhookInput;
    username?: string | null;
}