docs: api desc

This commit is contained in:
lisonge 2024-02-07 20:49:02 +08:00
parent abd32424b6
commit a7d8ba1ef6

View File

@ -89,6 +89,9 @@ export interface RawApp {
*
*/
export interface RawGlobalGroup extends RawGroupProps, RawGlobalRuleProps {
/**
*
*/
rules: RawGlobalRule[];
}
@ -132,6 +135,8 @@ export interface RawAppRule extends RawRuleProps, RawAppRuleProps {}
*/
export interface RawAppGroup extends RawGroupProps, RawAppRuleProps {
/**
* ,
*
* string => { matches: string }
*
* string[] => { matches: string }[]
@ -434,8 +439,6 @@ export interface RawGroupProps extends RawCommonProps {
*
*/
scopeKeys?: IArray<Integer>;
// rules: RawRuleProps[];
}
/**