import {Feedback} from "./feedback"; export class FormMetadata { id: string; title: string; src: string; feedbackItems:Array }