diff --git a/api/@ohos.deviceInfo.d.ts b/api/@ohos.deviceInfo.d.ts index 44f80de7a..16aa11093 100644 --- a/api/@ohos.deviceInfo.d.ts +++ b/api/@ohos.deviceInfo.d.ts @@ -460,6 +460,15 @@ declare namespace deviceInfo { * @crossplatform * @since 10 */ + /** + * Obtains the SDK API version number. + * + * + * @syscap SystemCapability.Startup.SystemInfo + * @crossplatform + * @atomicservice + * @since 14 + */ const sdkApiVersion: number; /**