Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/types/src/field-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import type { ManagedByBucket } from './managed-by';
* @object-ui/types - Field Type Definitions
*
* Comprehensive field type system for ObjectQL protocol.
* Defines all field types supported in ObjectTable and ObjectForm components.
* Defines all field types supported in ObjectGrid and ObjectForm components.
*
* @module field-types
* @packageDocumentation
Expand Down
2 changes: 1 addition & 1 deletion packages/types/src/objectql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1227,7 +1227,7 @@ export interface ObjectFormSchema extends BaseSchema {

/**
* ObjectView Schema
* A complete object management interface combining ObjectTable and ObjectForm.
* A complete object management interface combining ObjectGrid and ObjectForm.
* Provides list view with search, filters, and integrated create/edit dialogs.
*/
export interface ObjectViewSchema extends BaseSchema {
Expand Down
Loading