forked from ard/ruoyi-api

aijinhui
2024-03-27 d937694a31415d25826d515cb4b6c77974c821fa
1
2
3
export declare type Pattern = string;
export declare type PatternRe = RegExp;
export declare type PatternsGroup = Record<string, Pattern[]>;