Skip to content

AddParam

reference
1 min readUpdated

Kind: Type

Source: src/types.ts

Definition

ts
ParamKeys<P> extends never ? I : I extends { param: infer _ } ? I : I & { param: UnionToIntersection<ParamKeyToRecord<ParamKeys<P>>> }

Was this page helpful?

Download as PDF
AddParam — Hono (narrator proof)