pull-request-vir - v1.4.6
    Preparing search index...

    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.