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