export class FieldDefinition{
    constructor(
        public description:string,
        public length:number = null
      ) {
      }
}