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