UNPKG

@axiomhq/logging

Version:
6 lines (5 loc) 173 B
export interface Transport { log: (logs: any[]) => Promise<void> | void; flush: () => Promise<void> | void; appendAxiomClient?: (axiomClient: string) => void; }