GithubActionsJobModelRef typedef
GithubActionsJobModelRef = ModelRef<GithubActionsJobModel> ?
Alias for ModelRef<GithubActionsJobModel>.
When defining parameters for other Models, you can define them as follows
@RefParam(GithubActionsJobModelDocument) GithubActionsJobModelRef github_actions_job
Implementation
typedef GithubActionsJobModelRef = ModelRef<GithubActionsJobModel>?;