hetzner-ts
    Preparing search index...

    Interface PriceValue

    interface PriceValue {
        gross: string;
        net: string;
    }
    Index

    Properties

    Properties

    gross: string
    net: string