Class CreateBrandAttribute

The CreateBrandAttribute used by the constructor of Create Brand Attribute

Hierarchy (view full)

Implements

Constructors

Properties

brandId?: number
dataType?: string
description?: string
encrypted?: boolean
name?: string
required?: boolean
searchable?: boolean
unique_key?: boolean

Methods

  • Parameters

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

            Returns Promise<any>

    Returns Promise<any>