import { Ring } from '../rings'; import { User } from '../user'; export interface RingProps { ring: Ring; user: User; }