1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-30 18:25:57 -04:00
Files
Radarr/frontend/src/App/ModelBase.ts
2023-04-29 22:47:02 -05:00

6 lines
65 B
TypeScript

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