@moritzbrantner/diagrams - v0.1.1
    Preparing search index...

    Type Alias EntityRelationshipField

    type EntityRelationshipField = {
        id: string;
        key?: "primary" | "foreign" | "unique";
        name: React.ReactNode;
        nullable?: boolean;
        type?: React.ReactNode;
    }
    Index

    Properties

    id: string
    key?: "primary" | "foreign" | "unique"
    name: React.ReactNode
    nullable?: boolean
    type?: React.ReactNode