UNPKG

cecon-interfaces

Version:
16 lines (15 loc) 338 B
export interface IPayioVisionTerminal { createdAt: Date; deviceId: string; function: string; hook: string | null; hookAuthorization: string | null; id: number; ipAddress: string; name: string; password: string; session: string | null; type: string; updatedAt: Date; username: string; }