function Customisation(){}Customisation.prototype={__type:'CustomCards.Client.Data+CustomisationV2',customisation_id:0,pmscolors:[],logo:null,logoname:null,logosize:null,customtext:null,typeface:null,clear:function(){customisation_id=0;this.pmscolors.length=0;this.pmscolors=[];this.logo=null;this.customtext=null;this.typeface=null},empty:function(){var a=(this.customisation_id===0)&&(this.pmscolors.length===0)&&(this.logo===null)&&(this.customtext===null)&&(this.typeface===null);return a}}