@adcp/client API Reference - v4.19.0
    Preparing search index...

    Interface URLAsset

    URL reference asset

    interface URLAsset {
        url: string;
        url_type?: URLAssetType;
        description?: string;
        provenance?: Provenance;
    }
    Index

    Properties

    url: string

    URL reference

    url_type?: URLAssetType
    description?: string

    Description of what this URL points to

    provenance?: Provenance