import {TypeEnum} from "./TypeEnum"; export interface InterfaceLiteralType { _type : TypeEnum; value: T; }