yanzhen-design-vue
Version:
41 lines (40 loc) • 755 B
JavaScript
var Contacts = /* @__PURE__ */ ((Contacts2) => {
Contacts2["USUALLY"] = "usually";
Contacts2["USER"] = "user";
Contacts2["OUTORG"] = "outorg";
Contacts2["ROLE"] = "role";
Contacts2["ORGANIZATION"] = "organization";
Contacts2["GROUP"] = "group";
return Contacts2;
})(Contacts || {});
const contactsTypes = [
"usually",
"user",
"outorg",
"role",
"organization",
"group"
/* GROUP */
];
const contactsDataTypes = [
"user",
"outorg",
"role",
"organization",
"group"
/* GROUP */
];
const contactsModelValueType = [
`${"user"}List`,
`${"outorg"}List`,
`${"role"}List`,
`${"organization"}List`,
`${"group"}List`,
`value`
];
export {
Contacts,
contactsDataTypes,
contactsModelValueType,
contactsTypes
};