Skip to content
View as Markdown
View as Markdown

@salesforce/b2c-tooling-sdk / clients / BackendBase

Interface: BackendBase

Defined in: packages/b2c-tooling-sdk/src/clients/scapi-backend-utils.ts:35

Common shape of every dual-backend implementation. Each canonical backend (e.g., JobsBackend) extends this so a generic fallback wrapper can read name to know which backend served the last call.

Extended by

Properties

name

readonly name: "ocapi" | "scapi"

Defined in: packages/b2c-tooling-sdk/src/clients/scapi-backend-utils.ts:36

Released under the Apache-2.0 License.