Skip to content

Commit 76eb3d5

Browse files
committed
Remove deprecated and unused typescript code
1 parent c8cb3e9 commit 76eb3d5

File tree

5 files changed

+1
-78
lines changed

5 files changed

+1
-78
lines changed

client/app/src/models/app/public-model.ts

-6
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,6 @@ export interface Status {
8989
label: string;
9090
}
9191

92-
export interface Error {
93-
message: string,
94-
code: number,
95-
arguments: []
96-
}
97-
9892
export interface Context {
9993
id: string;
10094
hidden: boolean;
+1-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
export type DisplayStepErrorsFunction = (index: number) => boolean | undefined;
2-
export type StepFormFunction = (index: number) => any;
31
export type cancelFun = null;
4-
export type ConfirmFunFunction = (receiver_id: { id: number }) => void;
2+
export type ConfirmFunFunction = (receiver_id: { id: number }) => void;

client/app/src/shared/pipes/date.pipe.ts

-33
This file was deleted.

client/app/src/shared/pipes/limit-to.pipe.ts

-15
This file was deleted.

client/cypress/coverage.webpack.ts

-21
This file was deleted.

0 commit comments

Comments
 (0)