UNPKG

wfm-mobile-core

Version:

WFM Mobile Core

15 lines (14 loc) 293 B
import { HalResource } from 'hal-types'; export interface ISinglePermissionLink extends HalResource { _links: { permission: { href: string; }; section: { href: string; }; self: { href: string; }; }; }