@shortcut/client
    Preparing search index...

    Interface ExternalLink

    interface ExternalLink {
        entity_type?: "external-link";
        value?: string;
    }
    Index

    Properties

    Properties

    entity_type?: "external-link"

    The type of this entity.

    value?: string

    The URL of the external link.

    2048

    ^https?://.+$