import type { AssetId } from "./id"; export type Asset = { id: AssetId; name: string; mimeType: string; source: string; };