Share via


ContainerGetAccountInfoResponse type

Contains response data for the getAccountInfo operation.

TypeScript
type ContainerGetAccountInfoResponse = WithResponse<
  ContainerGetAccountInfoHeaders,
  ContainerGetAccountInfoHeaders
>