Type Alias: IncludeParam<TInclude>
IncludeParam<TInclude> = readonlyTInclude[] |string
Type Parameters
| Type Parameter |
|---|
TInclude extends string |
IncludeParam generic type alias in the Terminal49 TypeScript SDK, accepts a readonly array of typed include values or a comma-separated JSON:API include string.
IncludeParam<TInclude> = readonlyTInclude[] |string
| Type Parameter |
|---|
TInclude extends string |