Type Alias: ClientCurrentTypeDefsOpts
ClientCurrentTypeDefsOpts =
object
Properties
hideCore?
optionalhideCore?:boolean
Strip core API functions from the Query type, leaving only module-sourced functions (constructors, entrypoint proxies, etc.).
Core types (Container, Directory, etc.) are kept so return types and method chaining still work.
returnAllTypes?
optionalreturnAllTypes?:boolean
Return the full referenced typedef closure instead of only top-level served typedefs.