UNPKG

@tsclass/tsclass

Version:

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

8 lines (6 loc) 166 B
import { finance } from '../index.js'; export interface ICheckingAccount { name: string; currency: finance.TCurrency; transactions?: finance.ITransaction[]; }