Skip to content

Commit 391ad8f

Browse files
committed
remove pathPrefix from interface
1 parent 67db444 commit 391ad8f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

types/index.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ export interface IJSONServerSpec {
1919
username?: string;
2020
password?: string;
2121
description?: string;
22-
pathPrefix?: string;
2322
}
2423

2524
export interface IServerSpec extends IJSONServerSpec {

0 commit comments

Comments
 (0)