Skip to main content Link Search Menu Expand Document (external link)

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