Skip to content

Commit

Permalink
revert: index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
AshotN committed Dec 27, 2023
1 parent 1b99fe2 commit e23f790
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ declare namespace feathersSwagger {
update?: FnOperationSpecsGenerator;
patch?: FnOperationSpecsGenerator;
remove?: FnOperationSpecsGenerator;
createMulti?: FnOperationSpecsGenerator;
updateMulti?: FnOperationSpecsGenerator;
patchMulti?: FnOperationSpecsGenerator;
removeMulti?: FnOperationSpecsGenerator;
Expand All @@ -163,7 +162,6 @@ declare namespace feathersSwagger {
update?: OperationConfig;
patch?: OperationConfig;
remove?: OperationConfig;
createMulti?: OperationConfig;
updateMulti?: OperationConfig;
patchMulti?: OperationConfig;
removeMulti?: OperationConfig;
Expand Down

0 comments on commit e23f790

Please sign in to comment.