Skip to content

Commit

Permalink
update release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
maycon-mello committed Dec 2, 2024
1 parent d6c40d8 commit de82447
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/credential-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {IDIDProvider} from './did-provider';

export type Credential = any;


export interface ICredentialProvider {
getCredentials(type?: string): Credential[];
getById(id: string): Credential;
Expand Down

0 comments on commit de82447

Please sign in to comment.