@akamai/openapi-ts
    Preparing search index...

    Type Alias GetLinodeTypeData

    type GetLinodeTypeData = {
        body?: never;
        path: { typeId: string };
        query?: never;
        url: "linode/types/{typeId}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { typeId: string }

    Type Declaration

    • typeId: string

      The ID of the Linode Type to look up.

    query?: never
    url: "linode/types/{typeId}"