mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-18 01:41:14 -06:00
6 lines
52 B
TypeScript
6 lines
52 B
TypeScript
export interface ObjectWithId {
|
|
|
|
id?: number
|
|
|
|
}
|