UNPKG

timeline-state-resolver

Version:
4 lines 348 B
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