//
//  ComponentParameters.swift
//
//  AUTO-GENERATED from data/components.json
//  DO NOT EDIT MANUALLY - Changes will be overwritten
//  Schema version: 1.0.0

import Foundation

/// Protocol marker for all component parameter types
/// All component-specific parameter structs conform to this protocol
public protocol ComponentParameters: Codable, Hashable {}
