hrms-manual/node_modules/listr2/dist/utils/logger.interface.d.ts

7 lines
92 B
TypeScript
Raw Normal View History

2023-09-06 14:51:44 +07:00
/**
* Options for the logger
*/
export interface LoggerOptions {
useIcons: boolean;
}