Files
lxp_Maxcess/uni_modules/uts-openSchema/utssdk/interface.uts

3 lines
99 B
Plaintext
Raw Normal View History

2025-04-09 18:55:14 +08:00
export type OpenSchema = (url : string) => void
export type CanOpenURL = (url : string) => boolean