Lidarr/frontend/src/App/ModelBase.ts
Bogdan 77c1a42da1 New: Bulk Manage Applications, Download Clients
Co-authored-by: Qstick <qstick@gmail.com>
2023-07-12 01:49:28 +03:00

5 lines
65 B
TypeScript

interface ModelBase {
id: number;
}
export default ModelBase;