Skip to content

[T] SdkMethod

type SdkMethod<TServiceOperation> =
| SdkServiceMethod<TServiceOperation>
| SdkClientAccessor<TServiceOperation>;

Type Parameters

Type Parameter
TServiceOperation extends SdkServiceOperation