Skip to main content
Module

x/apiland/types.d.ts>ModuleVersionMetaJson

The API server for deno.land
Latest
interface ModuleVersionMetaJson
import { type ModuleVersionMetaJson } from "https://deno.land/x/apiland@1.7.2/types.d.ts";

Properties

uploaded_at: string
upload_options: UploadOptions
directory_listing: { path: string; size: number; type: "file" | "dir"; default?: string; docable?: boolean; dirs?: string[]; index?: string[]; }[]