2025-04-09 18:55:14 +08:00

3 lines
99 B
Plaintext

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