Skip to content

Commit 372d5e8

Browse files
committed
Add public boolean to SingleUserWorkspacePermissionSpec
1 parent e92d1f7 commit 372d5e8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ export interface SingleUserWorkspacePermissionSpec {
6161
workspace: string;
6262
permission: number | null;
6363
permission_label: string | null;
64+
public: boolean;
6465
}
6566

6667
export interface WorkspacePermissionsSpec {

0 commit comments

Comments
 (0)