Skip to content

DATAVIEWS_FIELD_TYPES

const DATAVIEWS_FIELD_TYPES: readonly ["text", "integer", "number", "date", "datetime", "boolean", "email", "url", "media", "array", "object"]

Defined in: wp-typia-dataviews/src/index.ts:29

Narrow field vocabulary used by wp-typia scaffold and adapter contracts.

This intentionally stays smaller than upstream DataViews. Project-specific field behavior should be expressed through callbacks and adapter code instead of leaking upstream component types into this package.