Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deno_nest/example/provider/cats/cats.interface.ts>Cat

Refer to nestjs to realize some common functions for Deno, support hono and oak
Go to Latest
interface Cat
import { type Cat } from "https://deno.land/x/deno_nest@v3.5.1/example/provider/cats/cats.interface.ts";

Properties

name: string
age: number
breed: string