mirror of
https://github.com/rommapp/romm.git
synced 2026-06-28 06:46:00 +00:00
13 lines
308 B
TypeScript
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;
|
|
};
|
|
|