Files
romm/frontend/src/__generated__/models/RomGamelistMetadata.ts
2025-12-02 10:32:17 -05:00

33 lines
1.0 KiB
TypeScript

/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export type RomGamelistMetadata = {
box2d_url?: (string | null);
box2d_back_url?: (string | null);
box3d_url?: (string | null);
fanart_url?: (string | null);
image_url?: (string | null);
manual_url?: (string | null);
marquee_url?: (string | null);
miximage_url?: (string | null);
physical_url?: (string | null);
screenshot_url?: (string | null);
thumbnail_url?: (string | null);
title_screen_url?: (string | null);
video_url?: (string | null);
rating?: (number | null);
first_release_date?: (string | null);
companies?: (Array<string> | null);
franchises?: (Array<string> | null);
genres?: (Array<string> | null);
player_count?: (string | null);
md5_hash?: (string | null);
box3d_path?: (string | null);
miximage_path?: (string | null);
physical_path?: (string | null);
marquee_path?: (string | null);
video_path?: (string | null);
};