Skip to content

Commit

Permalink
fix: proper interface naming
Browse files Browse the repository at this point in the history
Signed-off-by: Berend Sliedrecht <[email protected]>
  • Loading branch information
berendsliedrecht committed Dec 2, 2021
1 parent aa06d3e commit ce5e3b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ export interface OutboundPackage {
}

// Metadata type for `_internal/indyCredential`
export interface indyCredential {
export interface IndyCredentialMetadata {
schemaId?: string
credentialDefinitionId?: string
}

// Metadata type for `_internal/indyRequest`
export type indyCredentialRequest = CredReqMetadata
export type IndyCredentialRequestMetadata = CredReqMetadata

0 comments on commit ce5e3b4

Please sign in to comment.