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

    Type Alias JobResult<D, M>

    JobResult: D["job"][M] extends { response: infer R } ? R : never

    What a job method's result is, once the job finishes — not what the request returns, which is a job id.

    Type Parameters