Skip to main content

InsertableObjectFromAnnotatedSchemaRecord TypeAlias

Helper used to remove annotations from a schema record and produce insertable objects,

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 InsertableObjectFromAnnotatedSchemaRecord<T extends RestrictiveStringRecord<ImplicitAnnotatedFieldSchema>> = InsertableObjectFromSchemaRecord<UnannotateSchemaRecord<T>>;

Type Parameters

Parameter Constraint Description
T RestrictiveStringRecord<ImplicitAnnotatedFieldSchema>