UNPKG

liveperson-functions-cli

Version:
11 lines (10 loc) 151 B
/** * Structure of the lambda * @export * @interface IDomain */ export interface IDomain { domain: string; id: number; name: string; }