Skip to content

Cues

Cues<T> = { [K in keyof T]: NarrationCue }

Defined in: cue.ts:205

T extends Record<string, CueMapValue>