Skip to main content
Go to Latest
type alias HasDetailsProperty
import { type HasDetailsProperty } from "https://deno.land/x/fathym_everything_as_code@v0.1.63-integration/src/types/HasDetailsProperty.ts";
definition: [T] extends [never] ? false : T extends { Details?: infer U; } ? IsObject<U> : false