UNPKG

@bothive/helpers

Version:

Collection of helper functions mainly used inside bothive-core project

12 lines (11 loc) 201 B
export interface IHeaders { token: string; sessionId?: string; traceId?: string; } export interface IAxiosHeaders { headers: { [key: string]: string; }; params?: any; }