UNPKG

@manuth/woltlab-compiler

Version:

A compiler for generating WoltLab-Package `.tar` Archives and other WoltLab-Package Components

11 lines (10 loc) 334 B
import { IInstructionSetOptions } from "./IInstructionSetOptions.js"; /** * Provides options for the {@link UpdateInstructionSet `UpdateInstructionSet`} class. */ export interface IUpdateInstructionSetOptions extends IInstructionSetOptions { /** * The version to update the package from. */ FromVersion: string; }