[ci skip] Generate TS types

This commit is contained in:
fmtabbara
2022-02-14 14:07:39 +00:00
parent 0012294dc0
commit 4d9dfac812
+1 -1
View File
@@ -1 +1 @@
export type Period = "Before" | {In: number} | "After";
export type Period = "Before" | number | "After";