RepositoryAssociationState
import type { RepositoryAssociationState } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/codegurureviewer.ts";type RepositoryAssociationState =
| "Associated"
| "Associating"
| "Failed"
| "Disassociating"
| "Disassociated"
§Type
§
"Associated" | "Associating" | "Failed" | "Disassociating" | "Disassociated" | cmnP.UnexpectedEnumValue
[src]