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

    Interface ShellSchema

    interface ShellSchema {
        authenticator: "shell";
        delay?: number;
        script: string;
        timeout?: number;
        user?: string;
    }
    Index
    authenticator: "shell"
    delay?: number
    script: string
    timeout?: number
    user?: string