7 lines
92 B
TypeScript

/**
* Options for the logger
*/
export interface LoggerOptions {
useIcons: boolean;
}