Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GenericTwo

import type { GenericTwo } from "https://gist.githubusercontent.com/SyrupThinker/24a9d41d4369a883a972b3b0be6b34cd/raw/3e594b86130a509d6410d9f925078fafc9679336/test.ts";
interface GenericTwo <A, B> {
a: A;
b: B;
}

§Type Parameters

§Properties