interface UserLogisticsAgent

A link between an agent user and a logistics agent (van/crew) they drive. Many-to-many: a user may cover several agents and an agent may have several users.

Properties

agent_id: number
id: number
user_id: number

Usage

import { type UserLogisticsAgent } from "docs/config.ts";