--- import type { EndpointAudioPreview } from "src/shared/payload/endpoint-types"; interface Props { audio: EndpointAudioPreview; class?: string | undefined; } const { audio: { url, mimeType }, ...otherProps } = Astro.props; --- {/* ------------------------------------------- HTML ------------------------------------------- */} {/* ------------------------------------------- CSS -------------------------------------------- */}