Member Junction
    Preparing search index...

    Response from GET /media/{id} while an upload is being processed.

    interface HootSuiteMediaStatus {
        downloadUrl?: string;
        id?: string;
        state: "READY" | "PROCESSING" | "FAILED";
    }
    Index

    Properties

    downloadUrl?: string
    id?: string
    state: "READY" | "PROCESSING" | "FAILED"