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

7 lines
168 B
TypeScript
Raw Normal View History

2026-05-10 09:44:30 +03:30
export interface IDeviceProfileRawResponse {
androidId: string;
deviceName: string;
}
export interface IDeviceProfileResponse extends IDeviceProfileRawResponse {}