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