interface WordpressBlockProperties{ setAttributes(object:T|any); toggleSelection(toogle:boolean); attributes:T; isSelected:boolean; } declare interface MediaData{ src:string; id:string; } declare let wp:any; declare interface AdvanceVideoDesignProperties { align: string; src:string; id:string; fileUrl:string; fileName:string; autoPlay:boolean; loop:boolean; showControls; width:number; height:number; }