export type ControlAttributes = { readonly url: string; readonly useControlUrl?: boolean; }; export type AlternativeAttributes = { readonly url: string; };