UNPKG

lingapp-file

Version:

Mongoose model for managing files in the LingApp system with S3 support

4 lines (3 loc) 106 B
import { S3Client } from "@aws-sdk/client-s3"; import "dotenv/config"; export declare const s3: S3Client;