From e4bb46cda53a921a420d80e83336c7268aaf58a2 Mon Sep 17 00:00:00 2001 From: Nhan Phan Date: Wed, 5 Jun 2024 13:38:07 -0700 Subject: [PATCH] correctly export master edition type --- clients/js/src/plugins/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/clients/js/src/plugins/index.ts b/clients/js/src/plugins/index.ts index 61fab882..9bff9abb 100644 --- a/clients/js/src/plugins/index.ts +++ b/clients/js/src/plugins/index.ts @@ -13,3 +13,4 @@ export * from './updateAuthority'; export * from './seed'; export * from './extraAccount'; export * from './validationResultsOffset'; +export * from './masterEdition';