import { Ring } from '../rings'; import { User } from '../user'; export interface HomeProps { rings: Ring[]; user: User; }