UNPKG

@tsclass/tsclass

Version:

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

9 lines (8 loc) 215 B
export type { IMongoDescriptor } from '../database/index.js'; export interface ICloudflareDescriptor { authToken: string; } export interface ILetterExpressDescriptor { email: string; apiToken: string; }