mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-09 12:37:46 +00:00
10 lines
199 B
TypeScript
10 lines
199 B
TypeScript
/*
|
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
*/
|
|
|
|
export interface Logger {
|
|
group(label?: string): void;
|
|
groupEnd(): void;
|
|
log(message: any, ...args: any[]): void;
|
|
}
|