T402 API Reference - v2.8.0
    Preparing search index...

    Interface DiscoveryResource

    A discovered t402 resource from the bazaar.

    interface DiscoveryResource {
        url: string;
        type: string;
        metadata?: Record<string, unknown>;
    }
    Index

    Properties

    Properties

    url: string

    The URL of the discovered resource

    type: string

    The protocol type of the resource

    metadata?: Record<string, unknown>

    Additional metadata about the resource