UNPKG

livelists-node-js

Version:
7 lines (6 loc) 149 B
export interface IClientArgs { apiHost: string; apiKey: string; secretKey: string; } export type ServiceResponse<T> = Omit<T, 'errors'>;