--- export interface Props { title: string; inputPath: string; headers: string; } const { title, inputPath, headers } = Astro.props; ---