UNPKG
@mindkey/recruiting-api-client
Version:
latest (7.8.17)
7.8.17
7.8.14
7.8.13
7.8.12
7.8.11
7.8.10
7.8.9
7.8.8
7.8.7
7.8.5
7.8.4
7.8.3
7.8.2
7.8.1
7.8.0
7.7.6
7.7.4
7.7.3
7.7.1
7.7.0
7.6.2
7.6.0
7.5.7
7.5.6
7.5.5
7.5.4
7.5.3
7.5.2
7.5.1
7.5.0
7.4.9
7.4.8
7.4.7
7.4.6
7.3.7
7.3.7-ci.23244
7.3.7-ci.21751
The MindKey API Client allows easy access to your MindKey Recruiting data.
mindkey.com
@mindkey/recruiting-api-client
/
helpers
/
get-content-type-header.d.ts
6 lines
(5 loc)
•
130 B
TypeScript
View Raw
1
2
3
4
5
6
interface
ContentType
{
'Content-Type'
:
string
; }
export
declare
function
getJsonContentTypeHeader
(
):
ContentType
;
export
{};