We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e92d1f7 commit 372d5e8Copy full SHA for 372d5e8
1 file changed
src/index.ts
@@ -61,6 +61,7 @@ export interface SingleUserWorkspacePermissionSpec {
61
workspace: string;
62
permission: number | null;
63
permission_label: string | null;
64
+ public: boolean;
65
}
66
67
export interface WorkspacePermissionsSpec {
0 commit comments