sesaparcours
    Preparing search index...

    Type Alias BaseDefinition

    type BaseDefinition = {
        description?: string | string[];
        url?: string;
        wikidata?: string;
    }
    Index

    Properties

    description?: string | string[]

    A short (about 1 line) description. May contain Markdown.

    url?: string

    A URL pointing to more information about this symbol or head.

    wikidata?: string

    A short string representing an entry in a wikibase.

    For example Q167 is the wikidata entry for the Pi constant.