export interface IBlueSoftBrand {
    name: string;
    picture: string;
}
