Removing file

This commit is contained in:
KD
2025-03-08 19:57:02 -05:00
parent ff909edd03
commit 6b4d1d47b6

View File

@@ -1,7 +0,0 @@
package models
type AccessLevel struct {
Id int `json:"id"`
Level string `json:"level"`
SongId int `json:"song_id"`
}