### What is the bug? The types for `indices.existsAlias` are not correct. This is a `HEAD` method and `result.body` will be set to a `boolean` based on the response status: https://github.com/opensearch-project/opensearch-js/blob/main/lib/Transport.js#L396 The types suggest otherwise: https://github.com/opensearch-project/opensearch-js/blob/main/api/indices/existsAlias.d.ts#L34