/* export const resources = new ResourceRegistry([ { kind: "workspace", actions: [], attr: { workspaceId: z.string(), }, }, { kind: "workspace_user", actions: [], attr: { workspaceId: z.string(), }, }, ] as const); export type Resource = typeof resources.$resource; */