Type Alias: MediaRefResolver
ts
type MediaRefResolver = (id: string) => StepPayload | Promise<StepPayload>;Defined in: src/batteries/media/index.ts:166
Resolves a media-ref id to its payload — supplied by the consumer (or the agent forge).
Parameters
| Parameter | Type |
|---|---|
id | string |
Returns
| StepPayload | Promise<StepPayload>