export type Port = { // Unique port id _id: string; // The name of the port name: string; // The timezone of the port's location timezone_string: string; }; export type PortDraft = Omit;