"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.desc = void 0; var action_1 = require("../../actions/action"); exports.desc = { attributes: { name: { type: "varchar", params: { length: 16 } }, nickname: { type: "varchar", params: { length: 64 } }, password: { type: "text" } }, actionType: "crud", actions: action_1.genericActions.concat(action_1.relationActions) };