Skip to content

Commit

Permalink
Merge pull request #198 from provenant-dev/update-cred-rules-type
Browse files Browse the repository at this point in the history
update credential rules type to support value as string
  • Loading branch information
pfeairheller authored Jan 19, 2024
2 parents 5be1819 + 3532e72 commit faeebad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/keri/app/credentialing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export interface IssueCredentialArgs {
/**
* Credential rules
*/
rules?: Record<string, unknown>;
rules?: string | Record<string, unknown>;

/**
* Credential sources
Expand Down

0 comments on commit faeebad

Please sign in to comment.