UNPKG

@manuth/generator-wsc-package

Version:

A Generator for WoltLab Suite Core Packages.

11 lines (10 loc) 303 B
import { ILocalComponentOptions } from "./ILocalComponentOptions.js"; /** * Represents options for a component which is uploaded. */ export interface IFileUploadComponentOptions extends ILocalComponentOptions { /** * The application to upload the files to. */ Application: string; }