interface LogisticsAgent

A logistics agent (typically a van) used for drop-off and collection.

Properties

id: number
name: string

Usage

import { type LogisticsAgent } from "doc.ts";