hetzner-ts
    Preparing search index...

    Interface LocationPriceEntry

    interface LocationPriceEntry {
        included_traffic?: number;
        location: string;
        price_hourly?: PriceValue;
        price_monthly: PriceValue;
        price_per_tb_traffic?: PriceValue;
    }
    Index

    Properties

    included_traffic?: number
    location: string
    price_hourly?: PriceValue
    price_monthly: PriceValue
    price_per_tb_traffic?: PriceValue