UNPKG

@recursyve/deeplinks-client

Version:

Node.js client for Recursyve's Deeplinks API

12 lines (11 loc) 206 B
export type ClientConfig = { apiKey: string; tenantId: string; baseURL?: string; timeout?: number; }; export type ApiError = { message: string; status: number; code?: string; };