Fixed up API Report

Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
This commit is contained in:
Andre Wanlin
2021-09-17 16:42:34 -05:00
parent 94373feca1
commit bb256781b0
3 changed files with 42 additions and 3 deletions
@@ -15,3 +15,4 @@
*/
export { AzureDevOpsApi } from './AzureDevOpsApi';
export type { RepoBuild } from './types';
+2 -1
View File
@@ -13,5 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export { AzureDevOpsApi } from './api';
export type { RepoBuild } from './api';
export * from './service/router';