1 2 3 4 5 6 7
import { External } from './external'; export class Match extends External { constructor(name: string) { super('match', name); } }