hetzner-ts
    Preparing search index...

    Interface NetworkRoute

    interface NetworkRoute {
        destination: string;
        gateway: string;
    }
    Index

    Properties

    Properties

    destination: string
    gateway: string