@wearesage/schema
    Preparing search index...

    Type Alias RelationshipMetadata

    type RelationshipMetadata = {
        description?: string;
        inverse?: string;
        name: string;
        required: boolean;
        target: string;
        type: "one-to-one" | "one-to-many" | "many-to-one" | "many-to-many";
    }
    Index

    Properties

    description?: string
    inverse?: string
    name: string
    required: boolean
    target: string
    type: "one-to-one" | "one-to-many" | "many-to-one" | "many-to-many"