import faker from 'faker';
export class FormModel {
  public name = faker.random.word();
}
