diff --git a/api/proto/workspace.proto b/api/proto/workspace.proto index a8c57fd..569b264 100644 --- a/api/proto/workspace.proto +++ b/api/proto/workspace.proto @@ -86,6 +86,11 @@ message WorkspaceComponent { string url = 2; } +message WorkspaceComponent { + string name = 1; + string url = 2; +} + message Workspace { string uid = 1; string name = 2;