Skip to main content
Latest
type alias ApiResponse.GetDeliveryAppointment
import { type ApiResponse } from "https://deno.land/x/cdek@v1.0.9/mod.ts";
const { GetDeliveryAppointment } = ApiResponse;
definition: { entity?: { uuid: string; cdek_number?: string; order_uuid: string; date: string; time_from?: string; time_to?: string; comment?: string; delivery_point?: string; to_location?: Location; statuses: Status[]; }; requests: Request[]; }