export type ControlAttributes = { readonly code?: string; }; export type AlternativeAttributes = { readonly name: string; readonly code: string; };