Variable reviewRuleWithoutOverridesShapeConst
reviewRuleWithoutOverridesShape: Shape<
{
autoAdd: TOptional<TBoolean>;
codeOwns: TOptional<
TUnion<
(
| TUndefined
| TObject<
{
notPaths: TOptional<TArray<TUnion<(...)>>>;
paths: TOptional<TArray<TUnion<(...)>>>;
},
>
)[],
>,
>;
required: TOptional<TUnion<(TNumber | TUnsafe<"all">)[]>>;
users: TOptional<TArray<TString>>;
},
> = ...
The sanitized shape for an individual rule without user overrides.