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

Function destinationWriterSchema

packages/contracts/src/index.ts:129–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

127
128export const destinationWriterContractName = 'destination.writer';
129export const destinationWriterSchema = () =>
130 withPortMeta(z.object(DestinationConfigSchema.shape), {
131 schemaName: destinationWriterContractName,
132 });
133
134export type DestinationWriter = z.infer<ReturnType<typeof destinationWriterSchema>>;
135

Callers 3

destination-s3.tsFile · 0.90
file-writer.tsFile · 0.90

Calls 1

withPortMetaFunction · 0.90

Tested by

no test coverage detected