/** * Error meta data */ export interface ErrorMetadata { error_message?: string; explanation?: string; hint?: string; }