SongGuess
    Preparing search index...

    Variable ProgressbarUpdateMessageSchemaConst

    ProgressbarUpdateMessageSchema: ZodObject<
        {
            duration: ZodNumber;
            offset: ZodNumber;
            type: ZodDefault<ZodLiteral<"progressbar_update">>;
        },
        $strip,
    > = ...

    Updates and starts the progressbar on the client.