• Declare response status code for method, do nothing just a declaration.

    Parameters

    • responseStatus: number

    Returns ((target, methodName) => void)

      • (target, methodName): void
      • Parameters

        • target: any
        • methodName: string

        Returns void

    Sample

    ResponseStatus(204)