Type Alias AnimationAction

AnimationAction: {
    do: (() => void);
    target: string;
}