export interface WidthChangeEvent { oldWidth: string; width: string; } export interface FinishedEvent { isSuccess: boolean; error?: T; }