UNPKG

@mindkey/recruiting-api-client

Version:

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

10 lines (9 loc) 104 B
/** * @public */ export interface HasId { /** * Unique identifier. */ id: string; }