package models import "work_cation/pkg/gormx" type History struct { UUID string `json:"uuid"` Vars gormx.ListString `json:"vars"` }