Przeglądaj źródła

docs(common): Add missing annotation

Michael Bromley 2 lat temu
rodzic
commit
ab03bb937a
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      packages/common/src/shared-types.ts

+ 2 - 0
packages/common/src/shared-types.ts

@@ -290,6 +290,8 @@ export interface AdminUiConfig {
     /**
      * @description
      * An array of locales to be used on Admin UI.
+     *
+     * @since 2.2.0
      */
     availableLocales: string[];
     /**