Type Alias GuildFixUrlWebhookCredentials

GuildFixUrlWebhookCredentials: {
    webhookId: string | null;
    webhookToken: string | null;
}