UNPKG

@mindkey/recruiting-api-client

Version:

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

6 lines (5 loc) 130 B
interface ContentType { 'Content-Type': string; } export declare function getJsonContentTypeHeader(): ContentType; export {};