GithubActionsModelRef typedef

GithubActionsModelRef = ModelRef<GithubActionsModel>?

Alias for ModelRef<GithubActionsModel>.

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

@RefParam(GithubActionsModelDocument) GithubActionsModelRef github_actions

Implementation

typedef GithubActionsModelRef = ModelRef<GithubActionsModel>?;