@smontero/ppp-common
Version:
Contains classes that are used by both the server and client apis
17 lines (16 loc) • 351 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = {
NAME: 'name',
TIME_ZONE: 'timeZone',
S3_IDENTITY: 's3Identity',
AVATAR_IMAGE: 'avatarImage',
TAGS: 'tags',
BIO: 'bio',
CUSTOM_FIELDS: 'customFields',
IS_VERIFIED: 'isVerified'
};
exports["default"] = _default;