UNPKG

cecon-interfaces

Version:
8 lines (7 loc) 144 B
/** * @deprecated Use IPayioJwtPayloadMachine instead */ export interface IPayioJwtPayloadDevice { id: string; name: string | null; }