View Source GitHub.ApiOverviewDomains (GitHub REST API Client v0.3.1)

Provides struct and type for a ApiOverviewDomains

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.ApiOverviewDomains{
  __info__: map(),
  actions: [String.t()] | nil,
  codespaces: [String.t()] | nil,
  copilot: [String.t()] | nil,
  packages: [String.t()] | nil,
  website: [String.t()] | nil
}