/*
 * Generated code by Ampersand compiler
 * File:        $targetFilePath$
 * Template:    $templateFilePath$
 * Context:     $contextName$
 */

import { Object } from '../shared/objectBase.interface';

$concepts:{concept|export type $concept.cptId$ = $concept.typescriptType$;
}$
