Type Alias UpdateWorkspaceData

UpdateWorkspaceData: {
    body: request_UpdateWorkspaceRequest;
    path: { id: number };
}

Type declaration