export interface IJWT { sub: string; jti: string; exp: number; nbf: number; error?: any; }