Skip to content

Export all request and response types #90

@wolf31o2

Description

@wolf31o2

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions