mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -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;
|