pub fn get_deploy_apps_stream(
    client: &BackendClient,
    vars: GetDeployAppsVars
) -> impl Stream<Item = Result<Vec<DeployApp>, Error>> + '_