Skip to content

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

Type Alias: OcapiResponse<T> ​

OcapiResponse<T> = T extends object ? R : never

Defined in: packages/b2c-tooling-sdk/src/clients/ocapi.ts:62

Helper type to extract response data from an operation.

Type Parameters ​

T ​

T

Released under the Apache-2.0 License.