[**@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/5d565b7c8e2c6a07c22d592b848261a0d170de64/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/5d565b7c8e2c6a07c22d592b848261a0d170de64/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/5d565b7c8e2c6a07c22d592b848261a0d170de64/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`\>