@valon-technologies/gestalt
    Preparing search index...

    Interface ModelRelation

    interface ModelRelation {
        name?: string;
        allowedTargets?: readonly ModelAllowedTarget[];
    }
    Index

    Properties

    name?: string
    allowedTargets?: readonly ModelAllowedTarget[]