Variable reviewRuleShapeConst
reviewRuleShape: Shape<
Shape<
TUnsafe<
{
autoAdd?: boolean;
codeOwns?: {
notPaths?: (string | RegExp)[];
paths?: (string | RegExp)[];
};
required?: number
| "all";
users?: string[];
} & {
userOverrides?: Record<
string,
{
autoAdd?: boolean;
codeOwns?: { notPaths?: (...)
| (...); paths?: (...) | (...) };
required?: number | "all";
users?: string[];
},
>;
},
>,
>,
> = ...
The full, sanitized shape for a review rule.