demo报错修改

This commit is contained in:
tsm 2024-04-29 23:52:02 +08:00
parent b848e4bc6b
commit d680dcb9a0
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
import {lang}from '@kit.ArkTs'; import { lang }from '@kit.ArkTs';
type ISendable = lang.ISendable; type ISendable = lang.ISendable;
export interface BaseDownsampling extends ISendable{ export interface BaseDownsampling extends ISendable{