paperless-ngx/src-ui/src/app/data/matching-model.ts

12 lines
185 B
TypeScript
Raw Normal View History

2020-10-27 01:10:18 +01:00
import { ObjectWithId } from './object-with-id';
export class MatchingModel extends ObjectWithId {
name?: string
slug?: string
automatic_classification?: boolean
}