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

4 lines
48 B
TypeScript
Raw Normal View History

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