export type AnonymizeParams = {
    id: string;
};
