Left Curve Software Stack
    Preparing search index...

    Type Alias RateSchedule

    type RateSchedule = {
        base: string;
        tiers: Record<string, string>;
    }
    Index

    Properties

    Properties

    base: string
    tiers: Record<string, string>