UNPKG

@tsclass/tsclass

Version:

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

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