hetzner-ts
    Preparing search index...

    Interface UpdateImageParams

    interface UpdateImageParams {
        description?: string;
        labels?: Record<string, string>;
        type?: "snapshot";
    }
    Index

    Properties

    description?: string
    labels?: Record<string, string>
    type?: "snapshot"