adobe-firefly-sdk
    Preparing search index...

    Type Alias JobTypeEnums

    JobTypeEnums:
        | "file_upload"
        | "file_download"
        | "file_copy"
        | "file_move"
        | "folder_copy"
        | "folder_move"
        | "project_package"

    JobTypeEnums

    It describes the type of asynchronous job, depends on the original API invocation that created the job.


    NOTE: This list is not exhaustive and will be updated as new job types are added. Clients should expect new job types to be added in the future.