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

4 lines
48 B
TypeScript

export interface ObjectWithId {
id?: number
}