mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 13:30:28 +00:00
Fixed jwtDecode import.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import * as jwtDecode from 'jwt-decode';
|
||||
|
||||
/// <reference path="jwt-decode.d.ts" />
|
||||
import jwtDecode = require('jwt-decode');
|
||||
|
||||
let token = "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJmb28iOiJiYXIiLCJleHAiOjEzOTMyODY4OTMsImlhdCI6MTM5MzI2ODg5M30.4-iaDojEVl0pJQMjrbM1EzUIfAZgsbK_kgnVyVxFSVo";
|
||||
|
||||
interface TokenDto {
|
||||
|
||||
Reference in New Issue
Block a user