HealthCheckRequest: {
    provider?: Provider | null;
    scm_auth?: AuthorizationPat | AuthorizationGithubApp | null;
    workflow_url?: string | null;
}

Type declaration