adobe-firefly-sdk
    Preparing search index...

    Type Alias AsyncTaskResponse

    AsyncTaskResponse

    Response type for async requests.

    type AsyncTaskResponse = {
        links: { [key in AsyncTaskLinkType]?: AsyncTaskLink };
        progress?: number;
    }
    Index

    Properties

    Properties

    links: { [key in AsyncTaskLinkType]?: AsyncTaskLink }

    Links

    progress?: number

    Progress