# MetadataValue

This type is used by an exported signature but is not directly exported from `@plandalf/sdk`'s package entrypoint. It is shown here from [core/types.ts:106](https://github.com/plandalf/numi/blob/fc6f42b5ade3d63b71623934838a6509f17203e2/packages/sdk/src/core/types.ts#L106) so the signature can be inspected fully.

```ts
export type MetadataValue = string | (() => string | null | undefined);
```

Source: https://plandalf.com/docs/packages/sdk/referenced-types/MetadataValue
