Interface ManageProgressResponse

interface ManageProgressResponse {
    clientID?: string;
    currentEnergy: number;
    energyQuota: number;
    id: string;
    qliphothMeltdown: QliphothMeltdownDetails;
    replyTo?: string;
    type: "ManageProgressResponse";
    when: string;
}

Hierarchy (View Summary)

Properties

clientID?: string
currentEnergy: number
energyQuota: number
id: string
qliphothMeltdown: QliphothMeltdownDetails
replyTo?: string
type: "ManageProgressResponse"
when: string