export interface Illustrator { id: number; name: string; comment: string; } //# sourceMappingURL=Illustrator.d.ts.map