@gmb/bitmark-parser - v7.2.0
    Preparing search index...

    Interface BaseResourceJson

    interface BaseResourceJson {
        caption: JsonText;
        copyright: string;
        license: string;
        provider: string;
        search: string;
        selected: boolean;
        showInIndex: boolean;
        srcAlt: string[];
    }

    Hierarchy (View Summary)

    Index
    caption: JsonText
    copyright: string
    license: string
    provider: string
    search: string
    selected: boolean
    showInIndex: boolean
    srcAlt: string[]