@health-samurai/aidbox-client
    Preparing search index...

    Interface BundleLink

    interface BundleLink {
        relation: string;
        url: string;
        id?: string;
        _id?: Element;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    relation: string
    url: string
    id?: string
    _id?: Element