feat: add initial workspace resource
This commit is contained in:
@@ -5,6 +5,10 @@ export const resources = new ResourceRegistry([
|
||||
kind: "identity",
|
||||
attr: {},
|
||||
},
|
||||
{
|
||||
kind: "workspace",
|
||||
attr: {},
|
||||
},
|
||||
] as const);
|
||||
|
||||
export type Resource = typeof resources.$resource;
|
||||
|
||||
Reference in New Issue
Block a user