UNPKG

@accounter/server

Version:

The test suite is split into three Vitest projects for efficiency and isolation:

10 lines (9 loc) 282 B
import type { Environment } from '../../shared/types/index.js'; export declare class CloudinaryProvider { private env; constructor(env: Environment); uploadInvoiceToCloudinary(base64string: string): Promise<{ fileUrl: string; imageUrl: string; }>; }