UNPKG

@tsclass/tsclass

Version:

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

7 lines (5 loc) 108 B
import type { ILink } from './link.js'; export interface ILinkBlock { title: string; links: ILink[]; }