Skip to content

Type Alias: SourceRef

SourceRef = { bucket?: string; key: string; kind: "s3"; } | { kind: "url"; url: string; } | { base64: string; kind: "inline"; }

Defined in: server/src/sources.ts:4