@opengis/fastify-table
Version:
core-plugins
15 lines • 398 B
TypeScript
export default function uploadImage(req: any): Promise<{
res: string;
name: string | undefined;
result: {
file_id: any;
format: any;
size: any;
entity_id: any;
file_path: any;
file_name: string | undefined;
dir: string | undefined;
native_file_name: string | undefined;
};
}>;
//# sourceMappingURL=uploadImage.d.ts.map