> ## 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.

# IInputLibrary interface

> Interface for input libraries.

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

# IInputLibrary

## Summary

Interface for input libraries.

## Signature

```typescript theme={null}
interface IInputLibrary extends IExposedLibrary, IRunnerLibrary 
```

## Remarks

Implemented by `BaseInputLibrary` and its concrete subclass `InputLibrary`. Access an instance via `ctx.libraries.getInput().library`.
