UNPKG

@foblex/flow-animator

Version:
7 lines (6 loc) 243 B
import { IFAnimationItem } from '../i-f-animation-item'; export declare class GetAllAnimatedElementsRequest { readonly flowId: string; readonly items: IFAnimationItem[][]; constructor(flowId: string, items: IFAnimationItem[][]); }