export interface PrintLocation {
    id: number,
    name: string,
    value: string
}