diff --git a/api/@ohos.telephony.esim.d.ts b/api/@ohos.telephony.esim.d.ts index 424f17090daf56809a9cce8993e5d20b12e1eea0..430574b9e0a8ee325be4c666dae8d91476eb95c8 100644 --- a/api/@ohos.telephony.esim.d.ts +++ b/api/@ohos.telephony.esim.d.ts @@ -487,12 +487,19 @@ declare namespace eSIM { /** * The type of access. * - * @type { number } + * @type { int } * @syscap SystemCapability.Telephony.CoreService.Esim * @systemapi Hide this for inner system use. - * @since 18 dynamic + * @since 18 + */ + /** + * The type of access. + * + * @type { int } + * @syscap SystemCapability.Telephony.CoreService.Esim + * @since 20 dynamic&static */ - accessType: number; + accessType: int; } /**