UNPKG

@mikezimm/fps-core-v7

Version:

Library of reusable core interfaces, types and constants migrated from fps-library-v2

12 lines 273 B
export interface IFPSItemRelated { linkUrl: string; linkAlt: string; linkText: string; images: IUrlPairs[]; links: IUrlPairs[]; } export interface IUrlPairs { url: string; embed: string; } //# sourceMappingURL=IFPSItemRelated.d.ts.map