PreviewEntityConfigurationDTO: {
    errors?: Record<string, any>[];
    identifier?: string;
    type?: type;
    value?: string;
}

Type declaration

  • Optional errors?: Record<string, any>[]
  • Optional identifier?: string
  • Optional type?: type
  • Optional value?: string