export interface IForm {
  guid: string;
  name: string;
}
