UNPKG

wfm-mobile-core

Version:

WFM Mobile Core

7 lines (6 loc) 149 B
import { IEmployeeList } from '../'; export interface IResourceEmployeesList { _embedded: { employeePositions: IEmployeeList[]; }; }