@netlify/content-engine
Version:
5 lines • 301 B
TypeScript
import { Bucket } from "@google-cloud/storage";
export declare function makeGCPBucketWriteHandler({ bucket }: {
bucket: Bucket;
}): (req: import("express").Request, res: import("express").Response) => Promise<import("express").Response<any, Record<string, any>>>;
//# sourceMappingURL=gcp.d.ts.map