6 lines
176 B
TypeScript
6 lines
176 B
TypeScript
|
|
import { getImageListApi, uploadImageFileApi } from './image'
|
||
|
|
import type { ImageFile } from './type'
|
||
|
|
|
||
|
|
export { getImageListApi, uploadImageFileApi }
|
||
|
|
export type { ImageFile }
|