feat: include screenshot for emails + sms notifications (#144)

This commit is contained in:
Jordan Garcia
2020-09-20 20:42:20 -04:00
committed by GitHub
parent 0f6e570cc8
commit 7191e03a80
5 changed files with 27 additions and 5 deletions
+1
View File
@@ -4,6 +4,7 @@ export interface Link {
model: string;
series: string;
url: string;
screenshot?: string;
}
export interface Labels {