Skip to content

Commit

Permalink
add devicePlatform to doc for Device and Workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
tbjolset committed Apr 25, 2024
1 parent 0b219de commit 07c2fb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ export interface Workspace {
notes?: string;
/** Whether the workspace supports hot desking or not */
hotdeskingStatus: 'on' | 'off';
devicePlatform: string;
}

/**
Expand Down Expand Up @@ -376,6 +377,7 @@ export interface Device {
lastSeen: string;
capabilities: string[];
permissions: string[];
devicePlatform: string;
}

export interface Devices {
Expand Down

0 comments on commit 07c2fb4

Please sign in to comment.