GithubActionsLogModelRef typedef
GithubActionsLogModelRef = ModelRef<GithubActionsLogModel> ?
Alias for ModelRef<GithubActionsLogModel>.
When defining parameters for other Models, you can define them as follows
@RefParam(GithubActionsLogModelDocument) GithubActionsLogModelRef github_actions_log
Implementation
typedef GithubActionsLogModelRef = ModelRef<GithubActionsLogModel>?;