export interface NamedType { /** * The identifier for this type */ name: string; }