Class BrandFile

Constructors

Properties

Methods

Constructors

Properties

details: IBrandFile

Methods

  • Download the current brand file

    Returns Promise<{
        file: Buffer;
        id: string;
        name: string;
    }>

  • Remove the current brand file from the brand

    Returns Promise<number>

  • Update the content of the current brand file

    Parameters

    • arg: {
          file: string;
      }
      • file: string

    Returns Promise<number>