import { Injectable } from '@angular/core'; import { BrandSettingsInterface, } from './../../../models/index'; @Injectable() export class GeneralBrandService { public getBrandSettings(): BrandSettingsInterface { return {} as BrandSettingsInterface; } }