height-app-api > WorkspaceObject
WorkspaceObject type
Signature:
export type WorkspaceObject = {
id: string;
model: string;
name: string;
url: string;
};
height-app-api > WorkspaceObject
Signature:
export type WorkspaceObject = {
id: string;
model: string;
name: string;
url: string;
};