export default class ProfileColorsModel { bannerTop = ""; bannerBottom = ""; accent = ""; menu = ""; static createFromApiResult(apiResult){ return Object.assign(new ProfileColorsModel(), apiResult) } }