GithubPullRequestModelRef typedef

GithubPullRequestModelRef = ModelRef<GithubPullRequestModel>?

Alias for ModelRef<GithubPullRequestModel>.

When defining parameters for other Models, you can define them as follows

@RefParam(GithubPullRequestModelDocument) GithubPullRequestModelRef pull_request

Implementation

typedef GithubPullRequestModelRef = ModelRef<GithubPullRequestModel>?;