UNPKG
@pfantato/printful-ts
Version:
latest (0.0.1)
0.0.1
Typescript SDK to integrate with Printful
github.com/pfantato/printful-ts
pfantato/printful-ts
@pfantato/printful-ts
/
lib
/
constants
/
headers.const.d.ts
4 lines
(3 loc)
•
173 B
TypeScript
View Raw
1
2
3
4
export
declare
const
LANGUAGE_HEADER
=
"X-PF-Language"
;
export
declare
const
STORE_ID_HEADER
=
"X-PF-Store-Id"
;
export
declare
const
AUTHORIZATION_HEADER
=
"Authorization"
;