UNPKG

attio-js

Version:

Developer-friendly & type-safe JS/TS SDK based on the official OpenAPI spec of Attio.

6 lines 164 B
export interface Logger { group(label?: string): void; groupEnd(): void; log(message: any, ...args: any[]): void; } //# sourceMappingURL=logger.d.ts.map