UNPKG
@inversify-cn/swagger-express-ts
Version:
latest (1.1.11)
1.1.11
1.1.10
1.1.9
1.1.8
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
Generate and serve swagger.json
inversify-cn/swagger-express-ts
@inversify-cn/swagger-express-ts
/
dist
/
api-operation-patch.decorator.d.ts
5 lines
(4 loc)
•
233 B
TypeScript
View Raw
1
2
3
4
5
import
{
IApiOperationArgsBase
}
from
'./i-api-operation-args.base'
;
export
interface
IApiOperationPatchArgs
extends
IApiOperationArgsBase
{ }
export
declare
function
ApiOperationPatch
(
args
:
IApiOperationPatchArgs
):
MethodDecorator
;