zhxy-jzd/types/permission.d.ts
2025-04-30 01:43:23 +08:00

3 lines
52 B
TypeScript

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