RevertData

type RevertData = {
errorArgs: Record<string, unknown>;
errorName: string;
};