[**@jupyterlite**](../../../README.md) *** [@jupyterlite](../../../README.md) / [@jupyterlite/services](../README.md) / IExporter # Interface: IExporter Defined in: [packages/services/src/nbconvert/tokens.ts:47](https://github.com/jupyterlite/jupyterlite/blob/14439ec34e3cade5baa221a050277e15da9d0c06/packages/services/src/nbconvert/tokens.ts#L47) Interface for a notebook exporter. ## Properties ### mimeType > `readonly` **mimeType**: `string` Defined in: [packages/services/src/nbconvert/tokens.ts:51](https://github.com/jupyterlite/jupyterlite/blob/14439ec34e3cade5baa221a050277e15da9d0c06/packages/services/src/nbconvert/tokens.ts#L51) The MIME type of the exported format. ## Methods ### export() > **export**(`model`, `path`): `Promise`\<`void`\> Defined in: [packages/services/src/nbconvert/tokens.ts:59](https://github.com/jupyterlite/jupyterlite/blob/14439ec34e3cade5baa221a050277e15da9d0c06/packages/services/src/nbconvert/tokens.ts#L59) Export a notebook to this format. #### Parameters ##### model `IModel` The notebook model to export ##### path `string` The path to the notebook #### Returns `Promise`\<`void`\>