import { Defaults } from '../defaults'; export class BtwType { publicId: string = Defaults.Guid; name: string = Defaults.String; }