@localazy/strapi-plugin
Version:
The official Strapi Plugin by Localazy.
14 lines (13 loc) • 356 B
TypeScript
import type { HookParams } from '../models/plugin/hook-params';
declare const _default: (params: HookParams) => Promise<{
success: boolean;
result: import("@localazy/api-client").File & {
importBatch: string;
};
message?: undefined;
} | {
success: boolean;
message: any;
result?: undefined;
}>;
export default _default;