export interface JwtOptionsInterface { secret: string; expiresIn: string; }