Interface: BaseHATEOASResponse¶
Defined in: lib/types.ts:41
Base for API responses containing optional HATEOAS links.
Provides REST discoverability through hypermedia links and JSON-LD context.
BaseHATEOASResponse
Extended by¶
Properties¶
| Property | Type | Description | Defined in |
|---|---|---|---|
_links? |
HATEOASLink[] |
Navigation and action links (optional) | lib/types.ts:43 |
@context? |
Record\<string, string> |
- | lib/types.ts:42 |