@samatawy/rules
    Preparing search index...

    Type Alias RotationMode

    RotationMode:
        | { kind: "size"; maxBytes: number }
        | { kind: "run" }
        | { kind: "interval"; everySeconds: number }
        | {
            kind: "boundary";
            unit: "hour" | "day" | "week" | "month";
            utc?: boolean;
        }