Member Junction
    Preparing search index...

    Interface EntityMetadataForPrompt

    Entity metadata formatted for AI prompts

    interface EntityMetadataForPrompt {
        baseTable: string;
        baseView: string;
        description: string;
        entityName: string;
        fields: EntityFieldMetadata[];
        relationships: EntityRelationshipMetadata[];
        schemaName: string;
    }
    Index

    Properties

    baseTable: string
    baseView: string
    description: string
    entityName: string
    schemaName: string