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

    Interface BundleEntryResponse

    interface BundleEntryResponse {
        etag?: string;
        lastModified?: string;
        location?: string;
        outcome?: Resource;
        status: string;
        id?: string;
        _id?: Element;
    }

    Hierarchy (View Summary)

    Index

    Properties

    etag?: string
    lastModified?: string
    location?: string
    outcome?: Resource
    status: string
    id?: string
    _id?: Element