Files
aistream-test/UTS 插件工程/uni_modules/issue-20157/utssdk/app-harmony/index.uts
T
2025-11-27 20:48:18 +08:00

5 lines
53 B
Plaintext

export type A = {
a: string,
b?: number | null
}