<?php declare(strict_types=1);

namespace App\Engine\Inertia\Frontend\Props;

class PageProps extends FrontendProps
{

    public \App\Engine\Inertia\Frontend\ViewModels\PageContentViewModel $content;

}