interface LoadResponseModuleimport { type LoadResponseModule } from "https://dotland.deno.dev/x/deno_cache@0.7.1/mod.ts"; Propertieskind: "module"A module with code has been loaded. specifier: stringThe string URL of the resource. If there were redirects, the final specifier should be set here, otherwise the requested specifier. optionalheaders: Record<string, string>For remote resources, a record of headers should be set, where the key's have been normalized to be lower case values. content: string | Uint8ArrayThe string value of the loaded resources.