paperless-ngx/src-ui/src/app/data/object-with-id.ts

6 lines
52 B
TypeScript
Raw Normal View History

2020-10-30 22:46:43 +01:00
export interface ObjectWithId {
2020-10-27 01:10:18 +01:00
id?: number
}