Commit b083ed43 authored by Sophia's avatar Sophia

add lflists and log global variable

parent 858911d9
Pipeline #6261 canceled with stages
......@@ -153,3 +153,7 @@ interface YGOPro {
declare const ygopro: YGOPro;
declare const ROOM_all: Array<Room>;
declare const lflists: Array<Readonly<{ date: moment.Moment; tcg: boolean }>>;
declare const log: { warn(message: string): void };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment