{"version":3,"file":"CodeIdentification.mjs","sourceRoot":"","sources":["../../../tsSourcesProject/model/base/CodeIdentification.mts"],"names":[],"mappings":"AAAA,sBAAsB","sourcesContent":["// auto-generated file\n\nexport interface CodeIdentification<K> {\n\n\tid: K;\n\n\tcode: string | undefined;\n\n\tcontext: string | undefined;\n\n\ttype: string | undefined;\n\n\tversion: string | undefined;\n\n\tlabel: { [ key: string ]: string } | undefined;\n\n}\n"]}