@karmaniverous/rrstack
    Preparing search index...

    Interface RuleDescriptorSpan

    interface RuleDescriptorSpan {
        clamps?: { ends?: number; starts?: number };
        effect: "active" | "blackout";
        kind: "span";
        tz: string;
        unit: UnixTimeUnit;
    }

    Hierarchy

    • RuleDescriptorBase
      • RuleDescriptorSpan
    Index

    Properties

    clamps?: { ends?: number; starts?: number }
    effect: "active" | "blackout"
    kind: "span"
    tz: string