mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
deps: Update thema, use CUE fork (#60496)
* deps: Update thema, use CUE fork * Remove superfluous openapi-codegen output * Update thema again to catch cuetsy changes * Rerun codegen with latest * Latest thema, removes cuetsy update * Latest of cuetsy * Update type usage * One last cuetsy rollback * Update playlist summary tests * More lint fixes * Remove TS veneer changes for VariableHide Co-authored-by: Clarity-89 <homes89@ukr.net>
This commit is contained in:
@@ -23,8 +23,8 @@ type Playlist struct {
|
||||
}
|
||||
|
||||
type PlaylistDTO = playlist.Playlist
|
||||
type PlaylistItemDTO = playlist.PlaylistItem
|
||||
type PlaylistItemType = playlist.PlaylistItemType
|
||||
type PlaylistItemDTO = playlist.Item
|
||||
type PlaylistItemType = playlist.ItemType
|
||||
|
||||
type PlaylistItem struct {
|
||||
Id int64 `db:"id"`
|
||||
|
||||
Reference in New Issue
Block a user