> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nanoforge.eu/llms.txt
> Use this file to discover all available pages before exploring further.

# IMusicLibrary interface

> Interface for music libraries.

import { PageLink } from '/snippets/tsdocs/PageLink.jsx';
import { RefLink } from '/snippets/tsdocs/RefLink.jsx';

# IMusicLibrary

## Summary

Interface for music libraries.

## Signature

```typescript theme={null}
interface IMusicLibrary extends IExposedLibrary, IMutableLibrary 
```

## Remarks

Implemented by `BaseMusicLibrary` and its concrete subclass `MusicLibrary`. Access an instance via `ctx.libraries.getMusic().library`.
