paperless-ngx/src-ui/src/app/data/matching-model.ts
2020-10-27 01:11:32 +01:00

12 lines
185 B
TypeScript

import { ObjectWithId } from './object-with-id';
export class MatchingModel extends ObjectWithId {
name?: string
slug?: string
automatic_classification?: boolean
}