<?php

namespace AC\TableScreen;

use AC;

interface MetaType
{

    public function get_meta_type(): AC\MetaType;

}