<?php

declare(strict_types=1);

namespace AC\Expression;

interface TypeSpecification
{

    public const TYPE = 'type';

}