Add document unsubscribe link in email footer (#5762)
This commit is contained in:
@@ -219,6 +219,10 @@ export enum UnfurlType {
|
||||
Document = "document",
|
||||
}
|
||||
|
||||
export enum QueryNotices {
|
||||
UnsubscribeDocument = "unsubscribe-document",
|
||||
}
|
||||
|
||||
export type OEmbedType = "photo" | "video" | "rich";
|
||||
|
||||
export type Unfurl<T = OEmbedType> = {
|
||||
|
||||
Reference in New Issue
Block a user