Frodo Library - v4.5.0
    Preparing search index...

    Type Alias RelationshipTarget

    A relationship target: the managed object type and id it points to, without any of the underlying _ref plumbing.

    type RelationshipTarget = {
        id: string;
        type: string;
    }
    Index

    Properties

    Properties

    id: string
    type: string