Skip to content

Commit 2f88f03

Browse files
committed
style(config): Lint
1 parent 419aacf commit 2f88f03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tdm-be/src/lib/config.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ type Config = {
3333
deleteFileOlderThan: number;
3434
};
3535
verbose: string;
36-
flows: {
36+
flows: Array<{
3737
input: string;
3838
inputFormat: string;
3939
wrapper: string;
@@ -45,7 +45,7 @@ type Config = {
4545
retrieveExtension: string;
4646
summary: string;
4747
description: string;
48-
}[];
48+
}>;
4949
};
5050

5151
export default config as unknown as Config;

0 commit comments

Comments
 (0)