We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3990d2e commit cc963fbCopy full SHA for cc963fb
src/modules/user.ts
@@ -9,7 +9,7 @@ import { BatchSDK } from "../../types";
9
import { BatchUserAttribute } from "./user/userAttributes";
10
11
export enum BatchUserAttributeType {
12
- STRING = 1,
+ STRING = 0,
13
BOOLEAN = 1,
14
INTEGER = 2,
15
DOUBLE = 3,
types/index.d.ts
@@ -236,7 +236,7 @@ export declare namespace BatchSDK {
236
* This enum's implementation is available on batch.user.BatchUserAttributeType.
237
*/
238
enum BatchUserAttributeType {
239
240
241
242
0 commit comments