Skip to content

Commit

Permalink
Change DID service interface to match that of veramo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasny committed Jul 7, 2023
1 parent 91d0133 commit 9b30a3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion interfaces.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ export interface ITransfer {
export interface IDIDService {
id?: string;
type: string;
serviceEndpoint: string | string[] | Record<string, string | string[]>;
serviceEndpoint: string | Record<string, any> | Array<string | Record<string, any>>;
description?: string;
[key: string]: any;
}

Expand Down

0 comments on commit 9b30a3c

Please sign in to comment.