--- export interface Props { board: string; tid?: string } const { board, tid } = Astro.props; ---