GenericTwoCopyimport type { GenericTwo } from "https://gist.githubusercontent.com/SyrupThinker/24a9d41d4369a883a972b3b0be6b34cd/raw/3e594b86130a509d6410d9f925078fafc9679336/test.ts";interface GenericTwo <A, B> {a: A;b: B;}§Type Parameters§A[src]§B[src]§Properties§a: A[src]§b: B[src]