Files
romm/frontend/src/__generated__/models/SyncPlaySessionEntry.ts
Georges-Antoine Assi b2e1e094f7 some simplification
2026-04-06 21:53:49 -04:00

13 lines
308 B
TypeScript

/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export type SyncPlaySessionEntry = {
rom_id?: (number | null);
save_slot?: (string | null);
start_time: string;
end_time: string;
duration_ms: number;
};