A common status response from AGO.

interface IStatusResponse {
    itemId: string;
    success: boolean;
}

Properties

Properties

itemId: string

AGO id of item for which request was made

success: boolean

Success or failure of request