Skip to content

Type Alias: DestinationRef

DestinationRef = { bucket?: string; key?: string; kind: "s3"; } | { kind: "response"; }

Defined in: server/src/destinations.ts:3