export type OpenSchema = (url : string) => void export type CanOpenURL = (url : string) => boolean