pub async fn list_site_deployed_branches(
configuration: &Configuration,
site_id: &str,
) -> Result<Vec<DeployedBranch>, Error<ListSiteDeployedBranchesError>>
pub async fn list_site_deployed_branches(
configuration: &Configuration,
site_id: &str,
) -> Result<Vec<DeployedBranch>, Error<ListSiteDeployedBranchesError>>