UNPKG

diginext-utils

Version:
11 lines (10 loc) 210 B
export declare const upload: (file: File) => Promise<{ status: number; error: boolean; messages: string[]; data: null; } | { blob: any; url: string; }>; export default upload;