diff --git a/api/@ohos.data.rdb.d.ts b/api/@ohos.data.rdb.d.ts index eb0813c4ac98938808af1dbcfca51ac3eb1236f5..1bdf30f07b0fa46c5458e0b9ac43a4cdb9535380 100644 --- a/api/@ohos.data.rdb.d.ts +++ b/api/@ohos.data.rdb.d.ts @@ -216,13 +216,13 @@ declare namespace rdb { * @permission N/A */ interface StoreConfig { + name: string; /** - * Indicates the name of the database file + * Indicates the encryptKey of the database file * * @since 8 * @sysCap SystemCapability.Data.DATA_APPDATAMGR */ - name: string; encryptKey: Uint8Array; }