interface StringArgument {
    defaultValue?: string | number;
    menu?: string;
    type: "string";
}

Properties

defaultValue?: string | number

Defaults to empty string.

menu?: string
type: "string"