diff --git a/api/@ohos.customization.customConfig.d.ts b/api/@ohos.customization.customConfig.d.ts index 0bbd410ff..2717e0511 100644 --- a/api/@ohos.customization.customConfig.d.ts +++ b/api/@ohos.customization.customConfig.d.ts @@ -25,15 +25,31 @@ * @syscap SystemCapability.Customization.CustomConfig * @since 12 */ +/** + * Provides cust config APIS. + * + * @namespace customConfig + * @syscap SystemCapability.Customization.CustomConfig + * @atomicservice + * @since 13 + */ declare namespace customConfig { /** * Gets the channelId of the app. * - * @returns { string } the channelId or empty if not exsit. + * @returns { string } the channelId or empty if not exist. * @syscap SystemCapability.Customization.CustomConfig * @since 12 */ + /** + * Gets the channelId of the app. + * + * @returns { string } the channelId or empty if not exist. + * @syscap SystemCapability.Customization.CustomConfig + * @atomicservice + * @since 13 + */ function getChannelId(): string; }