mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
mailgen ContentBody.table can now take type Array<Table> (#41913)
This commit is contained in:
parent
9264f705a6
commit
f7eef53553
2
types/mailgen/index.d.ts
vendored
2
types/mailgen/index.d.ts
vendored
@ -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[];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user