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

x/my_dummy_npm_and_deno_module/lib/interfaces/Cat.ts>Cat

Example/tutorial on how to setup denoify
Go to Latest
interface Cat
import { type Cat } from "https://deno.land/x/my_dummy_npm_and_deno_module@v1.0.0/lib/interfaces/Cat.ts";

Properties

type: "CAT"
color: import("../types/index.ts").Color
gender: Gender
size: Size