UNPKG

@pfantato/printful-ts

Version:

Typescript SDK to integrate with Printful

12 lines (11 loc) 378 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GetOAuthScopesResponse = void 0; const zod_1 = require("zod"); const common_1 = require("@printful-ts/schemas/common"); exports.GetOAuthScopesResponse = zod_1.z.object({ data: zod_1.z.array(common_1.OAuthScope), _links: zod_1.z.object({ self: common_1.HateoasLink, }), });