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