You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
This happened when I were using
typedef i64 EpocMillis
.Working normally with
typedef string blahblah
ortypedef list<common.TError> Errors
Guess this issue only appear with this kind of typedef.
The text was updated successfully, but these errors were encountered: