UNPKG

@tsclass/tsclass

Version:

Provides TypeScript definitions for various business, financial, networking, content, and other common classes.

12 lines (9 loc) 290 B
export type { IMongoDescriptor } from '../database/index.js'; export type { IStorageDescriptor, IS3Descriptor } from '../storage/index.js'; export interface ICloudflareDescriptor { authToken: string; }; export interface ILetterExpressDescriptor { email: string, apiToken: string, }