UNPKG

semantic-network

Version:

A utility library for manipulating a list of links that form a semantic interface to a network of resources.

12 lines (11 loc) 279 B
import { FeedItemRepresentation as FIR } from 'semantic-link/lib/interfaces'; export interface FeedItemRepresentation extends FIR { /** * Last modified date of the feed item */ updated?: string; /** * ETag of the feed item */ eTag?: string; }