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/index.ts>Dog

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

Properties

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