Interface IClassContentLibraries

Hierarchy

  • IClassContentLibraries

Implemented by

Methods

  • Parameters

    • arg: {
          appId: string;
          externalPath?: string;
          file: Buffer;
          overwrite?: boolean;
      }
      • appId: string
      • Optional externalPath?: string
      • file: Buffer
      • Optional overwrite?: boolean

    Returns Promise<ContentLibrary>