| 18 | } from '@element-plus/build-constants' |
| 19 | |
| 20 | interface FetchOption { |
| 21 | key: string |
| 22 | path: string |
| 23 | after?: string |
| 24 | } |
| 25 | |
| 26 | interface ApiResult { |
| 27 | pageInfo: { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…