@arche-cms/types
v0.1.5
Published
Shared TypeScript type definitions for Arche CMS. Used by all packages to ensure type consistency across the framework.
Readme
@arche-cms/types
Shared TypeScript type definitions for Arche CMS. Used by all packages to ensure type consistency across the framework.
Installation
yarn add @arche-cms/typesKey Types
Collections & Fields
import type { CollectionDefinition, FieldDefinition, FieldType } from "@arche-cms/types";Plugins
import type { PluginDefinition, PluginHooks, PluginRegistration } from "@arche-cms/types";Core
import type { CMSContext, Logger, Lifecycle } from "@arche-cms/types";Database
import type { QueryOptions, SortOrder, PaginationMeta } from "@arche-cms/types";