@musallam/audio-video-client
    Preparing search index...

    Type Alias JobStatusOutputElementsItem

    type JobStatusOutputElementsItem = {
        controls: JobStatusOutputElementsItemControlsItem[];
        id?: string;
        type: AudioVideoApiClient.JobStatusOutputElementsItemType;
    }
    Index

    Properties

    Properties

    Array of controls from the template.

    id?: string

    Unique identifier for the element.

    Type of the element.