Skip to content

Commit

Permalink
fix: add missing types
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Nov 15, 2024
1 parent 8a694b2 commit 7a045aa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/sign/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,14 @@ export interface DeleteSpace {
timestamp?: number;
}

export interface subscription {
from?: string;
type: string;
value: string;
metadata: string;
timestamp?: number;
}

export interface DeleteSubscription {
from?: string;
type: string;
Expand Down

0 comments on commit 7a045aa

Please sign in to comment.