Refactor credential types and remove proof from presentation - Update import...
Refactor credential types and remove proof from presentation - Update import types from '@/service/types' - Replace 'Credential' type with 'CredentialData' - Remove 'ValidCredential' type usage - Remove deletion of credential.proof before sending to API This change simplifies the credential data handling and removes unnecessary manipulation of the credential object before API submission.