Marker types matching the SDK's typed-state convention. Pass a concrete shape (e.g. {count: number; name: string}) to enable keyof-checked names; leave the default to keep names as string with a per-call value generic.
{count: number; name: string}
string
Marker types matching the SDK's typed-state convention. Pass a concrete shape (e.g.
{count: number; name: string}) to enable keyof-checked names; leave the default to keep names asstringwith a per-call value generic.