[server] Add person EntityType (#1246)

## Description

## Tests
This commit is contained in:
Neeraj Gupta 2024-03-29 16:12:59 +05:30 committed by GitHub
parent bc45db51a9
commit ef250acad9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,6 +8,7 @@ type EntityType string
const (
Location EntityType = "location"
Person EntityType = "person"
)
type EntityKey struct {