UNPKG

accelerator-core

Version:

[![Build Status](https://travis-ci.org/furkleindustries/accelerator-core.svg?branch=master)](https://travis-ci.org/furkleindustries/accelerator-core)

8 lines (6 loc) 159 B
import { IStoryStateFrame, } from '../state/IStoryStateFrame'; export type IStoryStateSetter = ( updatedStoryState: Partial<IStoryStateFrame>, ) => void;