hotfix types.

This commit is contained in:
fiatjaf
2023-04-18 15:29:28 -03:00
parent 9241089997
commit bf7e00d32a
3 changed files with 5 additions and 7 deletions

View File

@@ -25,6 +25,7 @@ export type AddressPointer = {
export type DecodeResult =
| {type: 'nprofile'; data: ProfilePointer}
| {type: 'nrelay'; data: string}
| {type: 'nevent'; data: EventPointer}
| {type: 'naddr'; data: AddressPointer}
| {type: 'nsec'; data: string}