UNPKG

@omnia/foundation

Version:

Provide omnia foundation typings and tooling work on client side for omnia extension.

12 lines (11 loc) 218 B
export interface ILinkItem { title?: string; linkType?: number; url?: string; group?: string; openNewWindow?: boolean; } export interface ILinkType { id: number; title: string; }