Appearance
SourceRef = { bucket?: string; key: string; kind: "s3"; } | { kind: "url"; url: string; } | { base64: string; kind: "inline"; }
bucket?
string
key
kind
"s3"
"url"
url
base64
"inline"
Defined in: server/src/sources.ts:4