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

    Interface CoreOptionsInput

    interface CoreOptionsInput {
        legacy_jobs?: boolean;
        private_methods?: boolean;
        py_exceptions?: boolean;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index
    legacy_jobs?: boolean
    private_methods?: boolean
    py_exceptions?: boolean