UNPKG

@tonyfreed/card-core

Version:

Core components and types for Ildex card system

12 lines 319 B
export type MediaType = 'FACEBOOK' | 'INSTAGRAM' | 'LINKEDIN' | 'TWITTER' | 'YOUTUBE' | 'WEBSITE' | 'OTHER'; export interface ILink { id: string; media: MediaType; url: string; title?: { en?: string; ru?: string; he?: string; }; } //# sourceMappingURL=link.interface.d.ts.map