UNPKG

@sysdoc/sharepoint-utils

Version:

Sysdoc's core Sharepoint utilities

11 lines (10 loc) 188 B
/*! * Copyright Sysdoc @ 2019 */ export interface ISearchResultEntry<T> { title: string; href: string; snippet: string; datePublished: Date; payload?: T; }