OptionalentitiesOptional per-entity configuration (runtime semantics).
This is intentionally permissive in ConfigInput; runtime validation occurs
in the EntityManager constructor via Zod.
OptionalentitiesOptional Zod schemas for per-entity domain shapes (non-generated fields only).
OptionalgeneratedOptional delimiter between generated key elements (default |).
OptionalgeneratedOptional generated property token maps.
OptionalgeneratedOptional delimiter between a generated element name and its value (default #).
Global hash key property name (e.g., "pk").
OptionalindexesOptional index token map used for typing and paging-key narrowing.
OptionalpropertyOptional map of transcodable property token -> transcode name.
Global range key property name (e.g., "sk").
OptionalshardOptional delimiter between entity token and shard suffix in hash key values (default !).
OptionalthrottleOptional maximum concurrency for shard queries.
OptionaltranscodesOptional transcode registry/value (validated at runtime).
Values-first config input used to capture literal tokens from the provided configuration value. This does not enforce full Config shape at compile time; runtime validation still occurs via Zod in the EntityManager.
Keep this intentionally permissive to maximize inference from
as const.