Websites v4 docs v5.2.5
    Preparing search index...

    Type Alias DBAPIBaseAssociation

    type DBAPIBaseAssociation = {
        count: number;
        elements: DBAPIBaseElement[];
        entity: string;
        foreign_key: string;
        name: string;
        primary_key: string;
        type: string;
    }
    Index

    Properties

    count: number
    elements: DBAPIBaseElement[]
    entity: string
    foreign_key: string
    name: string
    primary_key: string
    type: string