UNPKG

@hmcts/rpx-xui-node-lib

Version:

Common nodejs library components for XUI

7 lines 167 B
/** * Simple type representing a decoded JSON Web Token (JWT). */ export interface DecodedJWT { exp: number; } //# sourceMappingURL=decodedJwt.interface.d.ts.map