Eulergraph
    Preparing search index...

    Type Alias SimpleType

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

    Properties

    elements: string[]
    name: string
    restriction: string | null