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
/
services
/
approval-sheets.service.d.ts
5 lines
(4 loc)
•
176 B
TypeScript
View Raw
1
2
3
4
5
import
{
PrintfulApiService
}
from
'./printful-api.service'
;
export
declare
class
ApprovalSheetsService
extends
PrintfulApiService
{
listApprovalSheets
():
Promise
<
void
>; }