zhxy-jsd/types/permission.d.ts
2025-04-22 10:22:33 +08:00

3 lines
52 B
TypeScript

type WhiteList = string[] | { pattern: RegExp }[]