📄️ CollectSchema
The CollectSchema type is used to define the schema for a model in the Collect SDK. It describes the structure and validation rules for the data fields of a model.
📄️ CollectModel
The CollectModel class represents a data model in the Collect SDK. It provides methods for performing CRUD operations, managing relationships, and validating records according to a defined schema.
🗃️ CollectQuery
8 items
📄️ CollectInferType
The CollectInferType type is used to infer the types of schema fields for a given CollectModel. This utility type helps in deriving the correct types for fields defined in the schema, ensuring type safety and proper validation.
📄️ CollectApiResponse | CollectSDKResult
CollectApiResponse