(workspaceId: string)
| 42 | ) => ["workspace", ownerUsername, name, "settings"]; |
| 43 | |
| 44 | export const workspaceByIdKey = (workspaceId: string) => |
| 45 | ["workspace", workspaceId] as const; |
| 46 | |
| 47 | export const workspaceById = (workspaceId: string) => { |
| 48 | return { |
no outgoing calls
no test coverage detected