Class CreateBrand

The CreateBrandInput used by the constructor of CreateBrand

Hierarchy (view full)

Implements

Constructors

Properties

description?: string
externalIdentifier?: string
logo?: string
name?: string
reportSite?: string
tenantId?: number

Methods

  • Parameters

    • options: {
          execute: ((executable) => Promise<any>);
      }
      • execute: ((executable) => Promise<any>)
          • (executable): Promise<any>
          • Parameters

            Returns Promise<any>

    Returns Promise<any>