Files
psp_panel/src/app/domains/pos/models/device.io.ts
T

7 lines
168 B
TypeScript

export interface IDeviceProfileRawResponse {
androidId: string;
deviceName: string;
}
export interface IDeviceProfileResponse extends IDeviceProfileRawResponse {}