--- import CircleState from '../models/CircleState'; export interface Props { id?: string circle: CircleState, } const {id, circle} = Astro.props ---