hetzner-ts
    Preparing search index...
    interface ServerType {
        architecture: "x86" | "arm64";
        cores: number;
        cpu_type: "shared" | "dedicated";
        deprecated: boolean;
        deprecation: null | DeprecationInfo;
        description: string;
        disk: number;
        id: number;
        memory: number;
        name: string;
        prices: Price[];
        storage_type: "network" | "local";
    }
    Index

    Properties

    architecture: "x86" | "arm64"
    cores: number
    cpu_type: "shared" | "dedicated"
    deprecated: boolean
    deprecation: null | DeprecationInfo
    description: string
    disk: number
    id: number
    memory: number
    name: string
    prices: Price[]
    storage_type: "network" | "local"