Just a helping data structure to allow the user to provide example usages of the respective script. The subtitle will be displayed next to the title.

interface HelpContent {
    examples: string[];
    subtitle: string;
}

Properties

Properties

examples: string[]
subtitle: string