Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/trex/utils/types.ts>NestResponse

Package Manager for deno 🦕
Go to Latest
interface NestResponse
import { type NestResponse } from "https://deno.land/x/trex@v1.12.0/utils/types.ts";

Properties

name: string
package: { name: string; owner: string; description: string; createdAt: string; }
entry: string
version: string
prefix: string
malicious: boolean | null | undefined
files: { [key: string]: { [key: string]: { [key: string]: string; }; }; }
createdAt: string