mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-19 13:06:46 +01:00
6 lines
48 B
TypeScript
6 lines
48 B
TypeScript
|
|
export class ObjectWithId {
|
||
|
|
|
||
|
|
id?: number
|
||
|
|
|
||
|
|
}
|