node_test
    Preparing search index...

    Variable PostConst

    Post: (path: string, options?: { contentType: string }) => MethodDecorator = ...

    Type declaration

      • (path: string, options?: { contentType: string }): MethodDecorator
      • Parameters

        • path: string
        • Optionaloptions: { contentType: string }

        Returns MethodDecorator

    Post

    A method decorator for defining a POST route.