@truenas/api-client
    Preparing search index...

    Interface InitShutdownScriptUpdate

    interface InitShutdownScriptUpdate {
        command?: string | null;
        comment?: string;
        enabled?: boolean;
        script?: string | null;
        timeout?: number;
        type?: v25_10_0.InitShutdownScriptCreateTypeInput;
        when?: v25_10_0.When;
    }
    Index
    command?: string | null
    comment?: string
    enabled?: boolean
    script?: string | null
    timeout?: number
    when?: v25_10_0.When