UNPKG

@coorpacademy/progression-engine

Version:

18 lines (14 loc) 288 B
// @flow type Instructions = Array<{ field: string, type: string, value: number }>; type ExitNodeNextContent = { type: string, ref: 'successExitNode' | 'failExitNode' }; export type FastSlideNextContent = { instructions: Instructions, nextContent: ExitNodeNextContent };