export interface ValidateTokenInterface { JWT: string; [key: string]: string | number | null | boolean | object; }