type RequestFlag = {
    showSensitiveData?: boolean;
    showCustomField?: boolean;
};
export type { RequestFlag };
