diff --git a/index.d.ts b/index.d.ts index c365bee..29a058e 100644 --- a/index.d.ts +++ b/index.d.ts @@ -8,7 +8,7 @@ export interface queryData { export class Query { new(params: string): void; get: (objectId: string) => BmobPromise; - set: (filedName: string, filedValue: string) => BmobPromise; + set: (filedName: string, filedValue: any) => BmobPromise; destroy: (objectId: string) => BmobPromise; save: (parmas?: object) => BmobPromise; find: () => BmobPromise;