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