Type Alias GuildWithErrors

GuildWithErrors: Guild & {
    errors: {
        message: string;
        time: number;
    }[];
}