export interface CredentialField { name?: string; type?: string; required?: boolean; }