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
/
schemas
/
endpoints
/
orders
/
get-order.schema.js
9 lines
(8 loc)
•
273 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
OrderResponse
=
void
0
;
const
zod_1 =
require
(
"zod"
);
const
entities_1 =
require
(
"@printful-ts/schemas/entities"
);
exports
.
OrderResponse
= zod_1.
z
.
object
({
data
: entities_1.
Order
, });