| 12 | import type { IFolderStore, FolderCreateDTO } from './interfaces/entities' |
| 13 | |
| 14 | interface FoldersState { |
| 15 | folders: PageFolder[] |
| 16 | initialized: boolean |
| 17 | } |
| 18 | |
| 19 | interface FoldersActions { |
| 20 | // IEntityStore 接口方法 |
nothing calls this directly
no outgoing calls
no test coverage detected