freebox_api_php/freebox/api/v3/symbols/FileSystem/FileInfoType.php

12 lines
244 B
PHP

<?php
namespace alphayax\freebox\api\v3\symbols\FileSystem;
/**
* Interface FileInfoType
* @package alphayax\freebox\api\v3\symbols\FileSystem
*/
interface FileInfoType {
const DIRECTORY = 'dir';
const REGULAR_FILE = 'file';
}