Files
tp-we-vue/node_modules/listr2/dist/utils/logger.interface.d.ts
2024-11-28 23:08:17 +01:00

7 lines
92 B
TypeScript

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