package recordint
type Flag struct {
deviceID string
recordID string
flagDeleted bool
flagFavourite bool
}