| 1 | import type { FoldersResponse, FoldersTree } from '../dto/folders' |
| 2 | import { Elysia } from 'elysia' |
| 3 | import { useStorage } from '../../storage' |
| 4 | import { commonAddResponse } from '../dto/common/response' |
nothing calls this directly
no test coverage detected