Interface MetaResponse

interface MetaResponse {
    meta: ServiceMeta;
    service: Service;
}

Properties

Properties

service: Service