UNPKG

@openstream/client

Version:
7 lines 234 B
import type { DateTime } from "../DateTime.js"; export type StationFilesPreShuffleCheckpoint = { _id: string; file_ids: Array<string>; created_at: DateTime; }; //# sourceMappingURL=StationFilesPreShuffleCheckpoint.d.ts.map