import datatype from '/unify/datatype.js'; export default class publicKey{ datatype = datatype.VARCHAR; display = "none"; renderToDOM = false; }