ClientVexConfig
ClientVexConfig =
Sanitized<Omit<VexConfig,"access">>
Defined in: packages/core/src/config/sanitizeConfig.ts:14
A version of VexConfig safe to pass across RSC / JSON serialization
boundaries. All non-serializable values (functions, React components, class
instances, symbols) are replaced with null. The shape is otherwise
identical to VexConfig — serializable fields retain their types.
Produced by sanitizeConfigForClient.
- VexConfig for the full server-side config
- sanitizeConfigForClient for the sanitization function