import { ComposerDirectiveDefinition } from '../directives'; import { ProfileDefinition } from '../profile'; export type TemplateFileDefinition = ProfileDefinition & ComposerDirectiveDefinition & { // tim.nguyen 2024/03/27 - By doing this, composer has ability to read any keys [key: string]: any; };