UNPKG

@tsclass/tsclass

Version:

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

10 lines (9 loc) 293 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; }