Skip to main content

Type Alias: ClientCurrentTypeDefsOpts

ClientCurrentTypeDefsOpts = object

Properties​

hideCore?​

optional hideCore?: 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.