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

    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.