type alias LoaderOutputimport { type LoaderOutput } from "https://dotland.deno.dev/x/aleph@v0.3.0-alpha.33/types.ts"; The output of loader. definition: { type?: | "css" | "js" | "jsx" | "ts" | "tsx"; code: string; map?: string; }