Type Alias GuildFixUrlGlobalRule

GuildFixUrlGlobalRule: {
    enabled: boolean;
    original: string;
    replacement: string;
}