Interface IBrandCreate

interface IBrandCreate {
    description?: string;
    favIcon?: string;
    logo?: string;
    name: string;
    styles?: string;
}

Properties

description?: string

Description of the brand.

favIcon?: string

The path and name of a properly formatted ICO file. Maximum size is 100 KB.

logo?: string

The path and name of a JPG or PNG file that will be adjusted to fit in a 'box' measuring 109px in width and 62 px in height while maintaining aspect ratio. Maximum size of 300 KB, but smaller is recommended.

name: string

Name of the brand.

styles?: string

@NOT_OPERATIONAL

The path and name of a JSON file to define brand style settings. Maximum size is 100 KB. This property is not currently operational.