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

Function outputs

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

Source from the content-addressed store, hash-verified

68 * ```
69 */
70export function outputs<T extends Record<string, z.ZodTypeAny>>(
71 shape: T
72): OutputsSchema<T> {
73 return z.object(shape) as unknown as OutputsSchema<T>;
74}
75
76/**
77 * Create a branded parameters schema from a record of parameter schemas.

Callers 15

createComponentFunction · 0.90
registry.test.tsFile · 0.90
runner.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 2

createComponentFunction · 0.72
resolvePortsFunction · 0.72