export interface DefinitionLocation { /** * The base location. */ base: string; /** * The filename of the definition. */ file: string; }