mailgen ContentBody.table can now take type Array<Table> (#41913)

This commit is contained in:
labzy88 2020-02-04 17:57:04 +01:00 committed by GitHub
parent 9264f705a6
commit f7eef53553
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ declare namespace Mailgen {
title?: string;
intro?: string | string[];
action?: Action | Action[];
table?: Table;
table?: Table | Table[];
dictionary?: any;
goToAction?: GoToAction;
outro?: string | string[];