interface Islandimport { type Island } from "https://deno.land/x/fresh@1.4.1/src/server/types.ts"; Propertiesid: stringname: stringurl: stringcomponent: ComponentType<unknown>exportName: string