🦠 Added ignored folder back to git tracking
Signed-off-by: Rishi Ghan <rishi.ghan@gmail.com>
This commit is contained in:
7
src/server/interfaces/path.interface.ts
Normal file
7
src/server/interfaces/path.interface.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export interface IPathRoute {
|
||||
methods: string[];
|
||||
}
|
||||
|
||||
export interface Ipath {
|
||||
[route: string]: IPathRoute;
|
||||
}
|
||||
Reference in New Issue
Block a user