We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9c5c36 commit b8a7128Copy full SHA for b8a7128
src/apis/client.ts
@@ -438,7 +438,7 @@ export class APIClient implements IAPIClient {
438
endpointType: 'custom' | 'crud',
439
endpointName: string,
440
endpointTarget: string,
441
- ): Record<string, unknown> {
+ ): CrudEndpoint | CustomEndpoint {
442
if (endpointType === 'custom') {
443
return {
444
basePath: `/${endpointName}`,
0 commit comments