UNPKG

@mindkey/recruiting-api-client

Version:

The MindKey API Client allows easy access to your MindKey Recruiting data.

14 lines (13 loc) 185 B
/** * @public */ export interface Culture { /** * ID of the culture. */ cultureId: string; /** * Localized name of the culture. */ name: string; }