type OrderCatalogDedicatedProductSpecificationCPU = {
boost?: number | null;
brand?: string | null;
cores?: number | null;
frequency?: number | null;
model?: string | null;
planCode?: string | null;
threads?: number | null;
};
export { OrderCatalogDedicatedProductSpecificationCPU };