UNPKG

wfm-mobile-core

Version:

WFM Mobile Core

8 lines (7 loc) 186 B
import { HalResource } from 'hal-types'; import { IShift } from '../IShift'; export interface IResourceExchange extends HalResource { _embedded: { shifts: IShift[]; }; }