Skip to content

Commit

Permalink
Standardize format
Browse files Browse the repository at this point in the history
  • Loading branch information
Jdu278 committed Aug 16, 2024
1 parent d691cf3 commit e14269d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/TransactionRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ type InputDescriptor = {
}

export type Format = {
mso_mdoc: {
"mso_mdoc": {
alg: string[];
}
} | {
vc_sd_jwt: {
"vc+sd-jwt": {
alg: string[];
}
}
Expand Down

0 comments on commit e14269d

Please sign in to comment.