import { AnimationKey } from '../../keys/AnimationKey'; import { Types } from 'phaser'; export interface AnimationConfiguration { animations: Types.Animations.Animation[]; playAnimationKey: AnimationKey; }