MCPcopy Create free account
hub / github.com/ShipSecAI/studio / parameters

Function parameters

packages/component-sdk/src/schema-builders.ts:89–93  ·  view source on GitHub ↗
(
  shape: T
)

Source from the content-addressed store, hash-verified

87 * ```
88 */
89export function parameters<T extends Record<string, z.ZodTypeAny>>(
90 shape: T
91): ParametersSchema<T> {
92 return z.object(shape) as unknown as ParametersSchema<T>;
93}

Callers 15

registry.test.tsFile · 0.90
param-meta.test.tsFile · 0.90
slack.tsFile · 0.90
abuseipdb.tsFile · 0.90
nuclei.tsFile · 0.90
subfinder.tsFile · 0.90
prowler-scan.tsFile · 0.90
notify.tsFile · 0.90
dnsx.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected