{"version":3,"sources":["../../src/decorator/options/ColumnEmbeddedOptions.ts"],"names":[],"mappings":"","file":"ColumnEmbeddedOptions.js","sourcesContent":["/**\n * Column options specific to embedded column.\n */\nexport interface ColumnEmbeddedOptions {\n\n /**\n * Embedded column prefix.\n * If set to empty string or false, then prefix is not set at all.\n */\n prefix?: string | boolean;\n\n}\n"],"sourceRoot":"../.."}