GithubCopilotSessionModelRef typedef
GithubCopilotSessionModelRef = ModelRef<GithubCopilotSessionModel> ?
Alias for ModelRef<GithubCopilotSessionModel>.
When defining parameters for other Models, you can define them as follows
@RefParam(GithubCopilotSessionModelDocument) GithubCopilotSessionModelRef github_copilot_session
Implementation
typedef GithubCopilotSessionModelRef = ModelRef<GithubCopilotSessionModel>?;