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

    Interface InitShutdownScriptCreate

    interface InitShutdownScriptCreate {
        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