GithubBranchModelRef typedef

GithubBranchModelRef = ModelRef<GithubBranchModel>?

Alias for ModelRef<GithubBranchModel>.

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

@RefParam(GithubBranchModelDocument) GithubBranchModelRef github_branch

Implementation

typedef GithubBranchModelRef = ModelRef<GithubBranchModel>?;