export interface NamedType {
    getTypename(): string;
}
