UNPKG

wfm-mobile-core

Version:

WFM Mobile Core

9 lines (8 loc) 141 B
import { HalLink } from 'hal-types'; export interface ITag { id: number; name: string; _links: { self: HalLink; }; }