Variable moonpieTableConst

moonpieTable: Readonly<SqliteTable<"date" | "moonpieCount" | "twitchId" | "twitchName">> = ...

The SQLite table for moonpies. It contains the timestamp and the count of the last moonpie claim and a unique Twitch ID as the primary key as well as the current name of the Twitch account.

Generated using TypeDoc