Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export types in src/client/client.ts #437

Closed
ratik21 opened this issue Sep 16, 2021 · 1 comment · Fixed by #772
Closed

Export types in src/client/client.ts #437

ratik21 opened this issue Sep 16, 2021 · 1 comment · Fixed by #772

Comments

@ratik21
Copy link

ratik21 commented Sep 16, 2021

We require these types in algo-builder

export interface AlgodTokenHeader {
  'X-Algo-API-Token': string;
}

export interface IndexerTokenHeader {
  'X-Indexer-API-Token': string;
}

export interface KMDTokenHeader {
  'X-KMD-API-Token': string;
}

export interface CustomTokenHeader {
  [headerName: string]: string;
}

Can we please export these in index file?

@Eric-Warehime
Copy link
Contributor

Opened #772 to resolve this. Let me know if this is still an issue for you and/or feedback you have on that PR. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants