// TODO: this means that all template projects MUST have this API shape - thoughts?
/** Represents a server side validation failure - only 'standard' for envoc */
export interface ValidationError {
  propertyName?: string;
  errorMessage?: string;
}
