export interface WebComponentError {
    label: string;
    code?: string;
    details?: unknown;
}
