3 lines
121 B
TypeScript
3 lines
121 B
TypeScript
import { type LocalImageService } from './service.js';
|
|
declare const service: LocalImageService;
|
|
export default service;
|