[Home](./index.md) > [@keymanapp/kmc-model](./kmc-model.md) > [LexicalModelCompilerResult](./kmc-model.lexicalmodelcompilerresult.md) ## LexicalModelCompilerResult interface Build artifacts from the lexical model compiler **Signature:** ```typescript export interface LexicalModelCompilerResult extends KeymanCompilerResult ``` **Extends:** KeymanCompilerResult ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [artifacts](./kmc-model.lexicalmodelcompilerresult.artifacts.md) | | [LexicalModelCompilerArtifacts](./kmc-model.lexicalmodelcompilerartifacts.md) | Internal in-memory build artifacts from a successful compilation. Caller can write these to disk with [LexicalModelCompiler.write()](./kmc-model.lexicalmodelcompiler.write.md) |