[Home](./index.md) > [@keymanapp/kmc-package](./kmc-package.md) > [KmpCompilerArtifacts](./kmc-package.kmpcompilerartifacts.md) ## KmpCompilerArtifacts interface Internal in-memory build artifacts from a successful compilation **Signature:** ```typescript export interface KmpCompilerArtifacts extends KeymanCompilerArtifacts ``` **Extends:** KeymanCompilerArtifacts ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [kmp](./kmc-package.kmpcompilerartifacts.kmp.md) | | KeymanCompilerArtifact | Binary keyboard package filedata and filename - installable into Keyman desktop and mobile projects |