type HaveIBeenPowned = { title: string; values: { name: string; value: string; }[]; }; export default HaveIBeenPowned;