pub type ProjectState = PullRequestState;

Aliased Type§

enum ProjectState {
    Closed,
    Open,
}

Variants§

§

Closed

§

Open