UNPKG

woltlab-compiler

Version:

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

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