UNPKG

liveperson-functions-cli

Version:
4 lines (3 loc) 76 B
export interface ICsdsClient { get(service: string): Promise<string>; }