(workspaceId: string)
| 20 | }; |
| 21 | |
| 22 | export const deleteWorkspacePortShare = (workspaceId: string) => { |
| 23 | return { |
| 24 | mutationFn: async (options: DeleteWorkspaceAgentPortShareRequest) => { |
| 25 | await API.deleteWorkspaceAgentSharedPort(workspaceId, options); |
| 26 | }, |
| 27 | }; |
| 28 | }; |
no outgoing calls
no test coverage detected