forked from ard/ruoyi-api

‘liusuyi’
2023-07-21 b0cac5f13a8af64e9c50f2e0d73a6626bec92252
1
2
3
export declare type Pattern = string;
export declare type PatternRe = RegExp;
export declare type PatternsGroup = Record<string, Pattern[]>;