@inlang/paraglide-js
Version:
[](https://www.npmjs.com/package/@inlang/paraglide-js) [: string;
/**
* Returns the types for the input variables.
*
* @example
* const inputs = [{ name: "age" }]
* inputsType(inputs)
* >> "{ age: NonNullable<unknown> }"
*/
export declare function inputsType(inputs: InputVariable[], matchTypes?: InputMatchTypes): string;
export declare function inputTypeForName(name: string, matchTypes?: InputMatchTypes): string;
//# sourceMappingURL=jsdoc-types.d.ts.map