View Source VRChat.Model.LicenseGroup (vrchat v1.11.1)

Link to this section Summary

Link to this section Types

@type t() :: %VRChat.Model.LicenseGroup{
  description: String.t(),
  id: String.t(),
  licenses: [VRChat.Model.License.t()],
  name: String.t()
}