Type Alias SimpleType

SimpleType: {
    elements: string[];
    name: string;
    restriction: string | null;
}