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