(workspaceId: string)
| 28 | } |
| 29 | |
| 30 | export function deleteOuterbaseWorkspace(workspaceId: string) { |
| 31 | return requestOuterbase(`/api/v1/workspace/${workspaceId}`, "DELETE"); |
| 32 | } |
| 33 | |
| 34 | export function createOuterbaseBase(workspaceId: string, name: string) { |
| 35 | return requestOuterbase<OuterbaseAPIBase>( |
no test coverage detected
searching dependent graphs…