Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Storage][Blob] explicitly re-export individual model types (#5567)
* [Storage][Blob] explicitly re-export individual model types This replaces `import * as Model` with explicitly importing types that we used in public api surface. A geneartedModels.ts is added to import those types aliased with Model suffix to indicate that they are from generated models. This change brings several benefits, among them - api-extractor now works fine to generate the api review markdown file `./review/storage-blob.api.md`. It is used to audit the public api changes. we now selectively - export types from generated code instead of exporting everything. * Fix merge conflicts
- Loading branch information