We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
src/client/client.ts
We require these types in algo-builder
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?
The text was updated successfully, but these errors were encountered:
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!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
We require these types in
algo-builder
Can we please export these in index file?
The text was updated successfully, but these errors were encountered: