import type { IfExtends } from "hry-types/src/Any/IfExtends"; import type { Select } from "hry-types/src/Object/Select"; import type { ComputeIntersection } from "hry-types/src/Object/_api"; import type { GetOptionalDoc } from "./GetOptionalDoc"; import type { GetRequiredDoc } from "./GetRequiredDoc"; import type { OptionalType, PropertiesConstraint } from "./PropertiesConstraint"; type _GetPropertiesDoc, TIsPage>, RequiredDoc = GetRequiredDoc, TIsPage>> = IfExtends, IfExtends>; export type GetPropertiesDoc = _GetPropertiesDoc; export {};