@byteplus/veplayer 1.15.3-rc.14 → 1.15.3-rc.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -2320,9 +2320,9 @@ export interface MinisError {
2320
2320
  * JSB 获取短剧信息返回结果
2321
2321
  */
2322
2322
  export interface IJSBCallbackResult {
2323
- is_success: number;
2324
- error: MinisError;
2325
- data: {
2323
+ is_success: number | boolean;
2324
+ error?: MinisError;
2325
+ data?: {
2326
2326
  status: number;
2327
2327
  drama_info: {
2328
2328
  album_id: string;