UNPKG

@jorsek/ezd-client

Version:
10 lines (8 loc) 200 B
export class TopicTemplate { private name: string; private docType: string; constructor(name: string, docType: string) { this.name = name; this.docType = docType; } }