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
/
errors
/
index.d.ts
3 lines
(2 loc)
•
117 B
TypeScript
View Raw
1
2
3
export
{
RequestError
}
from
'./request.error'
;
export
{
PrintfulError
,
PrintfulErrorCode
}
from
'./printful.error'
;