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