import { Defaults } from "../defaults"; export class Printer { name: string = Defaults.String; printerId: string = Defaults.String; }