UNPKG

@tsclass/tsclass

Version:

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

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