GithubCopilotSessionLogModelRef typedef

GithubCopilotSessionLogModelRef = ModelRef<GithubCopilotSessionLogModel>?

Alias for ModelRef<GithubCopilotSessionLogModel>.

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

@RefParam(GithubCopilotSessionLogModelDocument) GithubCopilotSessionLogModelRef github_copilot_session_log

Implementation

typedef GithubCopilotSessionLogModelRef
    = ModelRef<GithubCopilotSessionLogModel>?;