/** * Created by Christophe on 26/01/2018. */ export interface ArticulatedAnimationData { sequence: string; iterations?: number; interruptable?: boolean; }