UNPKG

@openstream/client

Version:
8 lines 205 B
import type { DateTime } from "../DateTime.js"; export type StationSlug = { _id: string; station_id: string; slug: string; created_at: DateTime; }; //# sourceMappingURL=StationSlug.d.ts.map