UNPKG

woltlab-compiler

Version:

A compiler for WoltLab-Package Archives and WoltLab-Package Components

11 lines (10 loc) 358 B
import { IFileSystemInstructionOptions } from "./IFileSystemInstructionOptions"; /** * Provides options for the `ApplicationFileSystemInstruction` class. */ export interface IApplicationFileSystemInstructionOptions extends IFileSystemInstructionOptions { /** * The application to upload the files to. */ Application?: string; }