export interface ValidateEntityRequest { location: string; entity: { [key: string]: any; }; }