Skip to main content
Go to Latest
type alias GetContent
import { type GetContent } from "https://deno.land/x/twi@1.0.3/types.ts";
definition: "content" extends keyof T ? ResponseType extends keyof T["content"] ? T["content"][ResponseType] : never : never