hrms-manual/node_modules/listr2/dist/utils/logger.interface.d.ts
2023-09-06 14:51:44 +07:00

6 lines
92 B
TypeScript

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