UNPKG

@proveanything/smartlinks

Version:

Official JavaScript/TypeScript SDK for the Smartlinks API

13 lines (12 loc) 271 B
/** * Represents a Batch object. */ export type BatchResponse = any; /** * Request payload for creating a new batch. */ export type BatchCreateRequest = any; /** * Request payload for updating an existing batch. */ export type BatchUpdateRequest = any;