Skip to content

Serializable

Serializable = string | number | boolean | null | Serializable[] | {[key: string]: Serializable; }

Defined in: packages/actions/src/types.ts:10

A JSON-serializable value that can safely cross the server/client boundary.

Used to constrain loader data so that ActionDefinition.loader and ComposedActions.loader can merge _actionPermissions into it.