<?php declare(strict_types=1);

namespace App\Engine\Inertia\Frontend\SystemConfiguration\ViewModels;

class LiteratureViewModel
{

    /** @var array<int, \App\Engine\Literature\PieceOfLiterature> */
    public array $literature = [];

}