ng-xtend API documentation
    Preparing search index...

    Type Alias XtTypeReference

    Represents a reference from one type to another type (e.g. foreign key relationship)

    type XtTypeReference = {
        field: string;
        referenceType?: "MANY-TO-ONE" | "ONE-TO-MANY";
        toType: string;
        type?: string;
    }

    Implemented by

    Index

    Properties

    field: string
    referenceType?: "MANY-TO-ONE" | "ONE-TO-MANY"
    toType: string
    type?: string