mirror of
https://github.com/Radarr/Radarr
synced 2025-12-19 23:03:56 +01:00
5 lines
65 B
TypeScript
5 lines
65 B
TypeScript
interface ModelBase {
|
|
id: number;
|
|
}
|
|
|
|
export default ModelBase;
|