// Code generated by sqlc. DO NOT EDIT. // versions: // sqlc v1.25.0 // source: team.sql package model import () type CreateTeamsParams struct { Slug string DisplayName string CountrySlug string DomesticLeagueSlug *string ShortName string PictureUrl string TeamType string }