import { ApiActionHandler } from ".."; export type ExtractJSONAModel = T extends ApiActionHandler ? R : T;