@vivantel/virage-core
    Preparing search index...

    Interface ShieldsBadge

    interface ShieldsBadge {
        color: "brightgreen" | "green" | "yellow" | "orange" | "red";
        label: string;
        message: string;
        schemaVersion: 1;
    }
    Index
    color: "brightgreen" | "green" | "yellow" | "orange" | "red"
    label: string
    message: string
    schemaVersion: 1