--- export interface Props { page: string; delay?: number; } const TAG = 'vtbot-portal'; // see also start of script const { page, delay = 0 } = Astro.props; ---