index overview
Added in v1.0.0
Table of contents
exports
From â./Errors.jsâ
Re-exports all named exports from the â./Errors.jsâ module.
Signature
export * from "./Errors.js"
Added in v1.0.0
From â./OrganizationsClientInstance.jsâ
Re-exports all named exports from the â./OrganizationsClientInstance.jsâ module as OrganizationsClientInstance
.
Signature
export * as OrganizationsClientInstance from "./OrganizationsClientInstance.js"
Added in v1.0.0
From â./OrganizationsService.jsâ
Re-exports all named exports from the â./OrganizationsService.jsâ module.
Signature
export * from "./OrganizationsService.js"
Added in v1.0.0
From â./OrganizationsServiceConfig.jsâ
Re-exports all named exports from the â./OrganizationsServiceConfig.jsâ module as OrganizationsServiceConfig
.
Signature
export * as OrganizationsServiceConfig from "./OrganizationsServiceConfig.js"
Added in v1.0.0
Organizations
Signature
export declare const Organizations: typeof OrganizationsService
Added in v1.0.0
Organizations (namespace)
Added in v1.0.0
Config (type alias)
Signature
export type Config = OrganizationsService.Config
Added in v1.0.0