Builds the params object's TypeScript type from a searchParams requirement record. Splits the keys into required (shape rejects undefined) and optional (shape accepts undefined).
searchParams
undefined
@rest-vir/api
Builds the params object's TypeScript type from a
searchParamsrequirement record. Splits the keys into required (shape rejectsundefined) and optional (shape acceptsundefined).