Skip to content

toolmark-monorepo / @toolmark/inertia / VisitDataValue

Type Alias: VisitDataValue ​

VisitDataValue = VisitDataValue[] | {[key: string]: VisitDataValue; } | Blob | string | Date | boolean | number | null | undefined

Defined in: packages/inertia/src/router-like.ts:23

A value Inertia can send as visit data (mirrors Inertia's FormDataConvertible, declared locally so emitted types never import @inertiajs/*). JSON tool input always fits.