UNPKG

@tsclass/tsclass

Version:

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

8 lines (7 loc) 162 B
export interface ILink { url: string; text?: string; description?: string; icon?: string; target?: '_blank' | '_self' | '_parent' | '_top'; }