Fix: fixing imports on the utils folder
This commit is contained in:
6
src/interfaces/ProgressBar.ts
Normal file
6
src/interfaces/ProgressBar.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface ProgressBarOptions {
|
||||
width?: number;
|
||||
filledChar?: string;
|
||||
emptyChar?: string;
|
||||
showPercentage?: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user