banira
    Preparing search index...

    Interface WebTypes

    interface WebTypes {
        $schema: string;
        contributions: { html: { elements: WebTypesElement[] } };
        "description-markup": "markdown";
        name: string;
        version: string;
    }
    Index

    Properties

    $schema: string
    contributions: { html: { elements: WebTypesElement[] } }
    "description-markup": "markdown"
    name: string
    version: string