declare type FraudValue = { id: string; label: string; value: string; expireInSeconds: number; }; export default FraudValue;