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

Getting error "'thrift' is declared but its value never read" when using typedef #62

Open
liemle3893 opened this issue Aug 21, 2019 · 0 comments

Comments

@liemle3893
Copy link

This happened when I were using typedef i64 EpocMillis.

/* tslint:disable */
/* eslint-disable */
/*
 * Autogenerated by @creditkarma/thrift-typescript v3.7.4
 * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
*/
import Int64 = require("node-int64");
import * as thrift from "thrift";
export type EpocMillis = Int64;

Working normally with typedef string blahblah or typedef list<common.TError> Errors

Guess this issue only appear with this kind of typedef.

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

No branches or pull requests

1 participant