timeline-state-resolver
Version:
Have timeline, control stuff
4 lines • 348 B
TypeScript
import type { Mappings } from 'timeline-state-resolver-types';
import type { SofieChefState, SofieChefCommandWithContext } from '.';
export declare function diffStates(oldSofieChefState: SofieChefState | undefined, newSofieChefState: SofieChefState, _mappings: Mappings): Array<SofieChefCommandWithContext>;
//# sourceMappingURL=diffStates.d.ts.map