Skip to main content

RecordNodeInsertableData TypeAlias

Content which can be used to construct a Record node, explicitly or implicitly.

This API is reserved for internal system use and should not be imported directly. It may change at any time without notice.

For more information about our API support guarantees, see here.

Signature

export type RecordNodeInsertableData<T extends ImplicitAllowedTypes> = RestrictiveStringRecord<InsertableTreeNodeFromImplicitAllowedTypes<T>>;

Type Parameters

Parameter Constraint Description
T ImplicitAllowedTypes