Files
RomhackPlaza/app/Types/SubmissionTypes.php

15 lines
204 B
PHP
Raw Normal View History

2026-05-20 18:25:15 +02:00
<?php
namespace App\Types;
/**
* @phpstan-type HashObject array{
* filename:string,
* hash_crc32:string,
* hash_sha1:string,
* verified:string
* }
*/
interface SubmissionTypes
{}