JinZHouXiYiJi_DaPin2/examples/api/images/index.ts

6 lines
176 B
TypeScript
Raw Permalink Normal View History

2023-12-05 13:23:01 +08:00
import { getImageListApi, uploadImageFileApi } from './image'
import type { ImageFile } from './type'
export { getImageListApi, uploadImageFileApi }
export type { ImageFile }