Function upload

  • Parameters

    • image: Blob | Blob | Buffer
    • token: string

    Returns Promise<{
        fileUrl: string;
        id: string;
        key: string;
        success: boolean;
    }>

Generated using TypeDoc