SongGuess
    Preparing search index...

    Variable CountdownMessageSchemaConst

    CountdownMessageSchema: ZodObject<
        { countdown: ZodInt; type: ZodDefault<ZodLiteral<"countdown">> },
        $strip,
    > = ...

    Schema for messages containing the current countdown value.