Type Alias ParseTokenRet

ParseTokenRet: {
    info: TokenInfo;
    token: Buffer;
}