@warriorteam/redai-zalo-sdk
Version:
Comprehensive TypeScript/JavaScript SDK for Zalo APIs - Official Account v3.0, ZNS with Full Type Safety, Consultation Service, Broadcast Service, Group Messaging with List APIs, Social APIs, Enhanced Article Management, Promotion Service v3.0 with Multip
17 lines • 536 B
JavaScript
;
/**
* User management related types and interfaces
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.UserInfoFieldType = void 0;
/**
* User info field types
*/
var UserInfoFieldType;
(function (UserInfoFieldType) {
UserInfoFieldType["TEXT"] = "text";
UserInfoFieldType["NUMBER"] = "number";
UserInfoFieldType["DATE"] = "date";
UserInfoFieldType["SELECT"] = "select";
})(UserInfoFieldType || (exports.UserInfoFieldType = UserInfoFieldType = {}));
//# sourceMappingURL=user.js.map