barker/bookie/src/app/core/printer.ts

7 lines
93 B
TypeScript

export class Printer {
id: string;
name: string;
address: string;
cutCode: string;
}