/**
 * @deprecated Use IPayioJwtPayloadMachine instead
 */
export interface IPayioJwtPayloadDevice {
    id: string;
    name: string | null;
}
