hetzner-ts
    Preparing search index...

    Interface Price

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

    Properties

    Properties

    gross: string
    net: string