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