interface HostHomeProgressResponse {
    homeProgress: HostHomeProgress | RECEIVED_SUFFICIENT_RESPONSES;
    steps: HostHomeProgressStep[];
}

Properties

Properties