UNPKG

component-dbs-core

Version:

DTO objects shared among device backend

4 lines (3 loc) 64 B
export interface IJwtLib { decodeJwt(token: any): object; }