Skip to main content

Type Alias: NarrationActions

NarrationActions: object

Type declaration

regenerateNarration()?

optional regenerateNarration: (args) => Promise<any>

A function that regenerates the narration for a given example.

Parameters

args: any

Returns

Promise<any>

saveExample()?

optional saveExample: (args) => Promise<any>

A function that saves an example to the Narrator API.

Parameters

args: any

Returns

Promise<any>

Defined in

Provider.tsx:3