UNPKG

@openstream/client

Version:
10 lines 269 B
import type { DateTime } from "../DateTime.js"; export type TransferCheckpoint = { _id: string; year: number; month: number; matched_count: number; modified_count: number; created_at: DateTime; }; //# sourceMappingURL=TransferCheckpoint.d.ts.map