Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SuccessPartialResponse<Props>

The successful resource response returning partial props.

Type parameters

  • Props = ResourceProps

Hierarchy

  • SuccessPartialResponse

Index

Properties

Properties

data: { props: Partial<Props> }

The response body.

Type declaration

  • props: Partial<Props>

    The resource's partial props.

statusCode: 200 | 201

HTTP status code.

Generated using TypeDoc