-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Description
Ensure all request and response types are re-exported from src/index.ts:
export * from './types/apiResponse';
export * from './types/apiRequest';This allows consumers of the SDK to import the types directly without reaching into internal paths.
Implementation details
Check src/types/apiResponse.ts and src/types/apiRequest.ts for all the types defined there. Add the two export-star lines above to src/index.ts so every request/response type is available to SDK consumers at the package root.
Files
- Modify:
src/index.ts
Verification
npm run build — no type errors, dist/ contains all declarations.
Milestone
SDK Readiness — Task 1.2
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request