pos-be/src/modules/gates/domain/entity/gate-request.entity.ts

6 lines
87 B
TypeScript

export interface GateScanEntity {
gate_id: string;
type: string;
uuid: string;
}