import { CommonSettings } from "../common"; export interface LexSettings extends CommonSettings { readonly isTypeDirectiveAllowed: boolean; }