Explorar el Código

docs(common): Add missing annotation

Michael Bromley hace 2 años
padre
commit
ab03bb937a
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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[];
     /**