diff --git a/src/sign/types.ts b/src/sign/types.ts index 7f0732778..1d3d6ea30 100644 --- a/src/sign/types.ts +++ b/src/sign/types.ts @@ -128,8 +128,8 @@ export interface DeleteSpace { export interface EmailSubscription { from?: string; - email: string; - subscriptions: string[]; + email?: string; + subscriptions?: string[]; timestamp?: number; }