hetzner-ts
    Preparing search index...

    Interface ServerTypePrice

    interface ServerTypePrice {
        included_traffic?: number;
        location: string;
        price_hourly: Price;
        price_monthly: Price;
        price_per_tb_traffic?: Price;
    }
    Index

    Properties

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