- upload(
image: Blob | Blob | Buffer,
token: string,
): Promise<{ fileUrl: string; id: string; key: string; success: boolean }> Parameters
- image: Blob | Blob | Buffer
- token: string
Returns Promise<{ fileUrl: string; id: string; key: string; success: boolean }>