OneSDK
    Preparing search index...

    Interface BaseBadge

    interface BaseBadge {
        label: string;
        type?: "svg";
        url: string;
    }
    Index

    Properties

    Properties

    label: string
    type?: "svg"
    url: string