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 so the signature can be inspected fully.
export type MetadataValue = string | (() => string | null | undefined);