--- export interface Props { title: string; description?: string; } const { title, description = "leeworks.dev API documentation" } = Astro.props; ---