zhxy-jsd/types/permission.d.ts

3 lines
52 B
TypeScript
Raw Permalink Normal View History

2025-04-22 10:22:33 +08:00
type WhiteList = string[] | { pattern: RegExp }[]