Skip to content

Commit b8a7128

Browse files
Update src/apis/client.ts
Co-authored-by: Demetrio Marino <[email protected]>
1 parent c9c5c36 commit b8a7128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apis/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ export class APIClient implements IAPIClient {
438438
endpointType: 'custom' | 'crud',
439439
endpointName: string,
440440
endpointTarget: string,
441-
): Record<string, unknown> {
441+
): CrudEndpoint | CustomEndpoint {
442442
if (endpointType === 'custom') {
443443
return {
444444
basePath: `/${endpointName}`,

0 commit comments

Comments
 (0)