declare type TokenErrorType = {
    error: string;
    error_description: string;
};
export default TokenErrorType;
