UNPKG

cecon-interfaces

Version:
7 lines (6 loc) 156 B
export interface IPayioJwtPayloadMachine { id: number | null; name: string | null; uid: string | null; settings?: Record<string, string>; }