seamapi / Exports / SeamOSRouteTypes
Ƭ RouteRequestBody<Path>: Routes[Path]["jsonBody"] & Routes[Path]["commonParams"]
| Name | Type |
|---|---|
Path |
extends keyof Routes |
Ƭ RouteRequestParams<Path>: Routes[Path]["queryParams"] & Routes[Path]["commonParams"]
| Name | Type |
|---|---|
Path |
extends keyof Routes |
Ƭ RouteResponse<Path>: Routes[Path]["jsonResponse"]
| Name | Type |
|---|---|
Path |
extends keyof Routes |