hetzner-ts
    Preparing search index...
    interface Isos {
        architecture: null | "x86" | "arm64";
        deprecation?: null | { announced: string; unavailable_after: string };
        description: string;
        id: number;
        name: null | string;
        type: null | "public" | "private";
    }
    Index

    Properties

    architecture: null | "x86" | "arm64"
    deprecation?: null | { announced: string; unavailable_after: string }
    description: string
    id: number
    name: null | string
    type: null | "public" | "private"