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

    Interface TunableEntry

    interface TunableEntry {
        comment?: string;
        enabled?: boolean;
        id: number;
        orig_value: string;
        type?: v25_10_0.TunableCreateType;
        value: string;
        var: string;
    }
    Index
    comment?: string
    enabled?: boolean
    id: number
    orig_value: string
    value: string
    var: string