UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

8 lines (6 loc) 257 B
import { BaseResponse } from './base-response'; import { TrackingInfo } from '../models'; /** @description Basic structure for a response to get tracking information */ export class TrackingResponse extends BaseResponse { tracking_info!: TrackingInfo; }