UNPKG

cotracking

Version:

A JavaScript library with TypeScript support for tracking orders through Correios(BR)

11 lines 376 B
declare class Track { status: string; local: string | null; origin: string | null; destiny: string | null; date: string | null; hour: string | null; constructor(status: string, local: string | null, origin: string | null, destiny: string | null, date: string | null, hour: string | null); } export default Track; //# sourceMappingURL=Track.d.ts.map