Skip to main content
Go to Latest
interface ContentManagmentSystemOptions
import { type ContentManagmentSystemOptions } from "https://deno.land/x/bureau@0.0.40/mod.ts";

Properties

prefix: string
s3Client: S3Client
getS3Uri: (key: string) => string | URL
graphqlPath: string
optional
middleware: Parameters<middleware>[0] | Parameters<middleware>[0][]