Skip to content

Commit 8abf5f3

Browse files
chore(Guard): remove unnecessary
1 parent 361b8f8 commit 8abf5f3

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
import { GuardIs } from './guard-is.interface';
2-
import { GuardAre } from './guard-are.interface';
3-
42
export interface Guard {
53
is: GuardIs;
6-
// are: GuardAre;
74
}

0 commit comments

Comments
 (0)