Workflow: {
    accounts: CloudServicesAccountStatus[];
    status: "UNDER_CHANGE" | "AVAILABLE" | "ERROR";
    supportCaseId?: string;
}

Type declaration