SongGuess
    Preparing search index...

    Variable RemovePlaylistMessageSchemaConst

    RemovePlaylistMessageSchema: ZodObject<
        {
            index: ZodNullable<ZodInt>;
            type: ZodDefault<ZodLiteral<"remove_playlist">>;
        },
        $strip,
    > = ...

    Schema for messages requesting to remove a playlist from the game.