Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SuccessResponse<Props>

The successful resource response.

Type parameters

  • Props = ResourceProps

Hierarchy

  • SuccessResponse

Index

Properties

Properties

data: { props: Props }

The response body.

Type declaration

  • props: Props

    The resource's props.

statusCode: 200 | 201

HTTP status code.

Generated using TypeDoc