GithubCommitModelRef typedef

GithubCommitModelRef = ModelRef<GithubCommitModel>?

Alias for ModelRef<GithubCommitModel>.

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

@RefParam(GithubCommitModelDocument) GithubCommitModelRef github_commit

Implementation

typedef GithubCommitModelRef = ModelRef<GithubCommitModel>?;