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