/** * Device name */ export type Name = { type: 'name'; value: string; };