ScriptInfo: Pick<SDInfoBase, "name"> & {
    args: {
        choices: string[];
        label: string;
        maximum: string;
        minimum: string;
        step: string;
        value: string;
    }[];
    is_alwayson: boolean;
    is_img2img: boolean;
}

Represents the SD Script Information object