mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
f436d730fe
Co-authored-by: Qstick <qstick@gmail.com>
6 lines
65 B
TypeScript
6 lines
65 B
TypeScript
interface ModelBase {
|
|
id: number;
|
|
}
|
|
|
|
export default ModelBase;
|