interface.uts 99 B

12
  1. export type OpenSchema = (url : string) => void
  2. export type CanOpenURL = (url : string) => boolean