adobe-firefly-sdk
    Preparing search index...

    Type Alias LrJobStatusData

    type LrJobStatusData = {
        body?: never;
        path: { jobId: string };
        query?: never;
        url: "/lrService/status/{jobId}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { jobId: string }

    Type Declaration

    • jobId: string

      Identifier of the job to get status for.

    query?: never
    url: "/lrService/status/{jobId}"