Member Junction
    Preparing search index...

    An accumulator of { entity, id } rows a mutating bundle created and must delete in FK-safe order.

    interface CreatedRow {
        entity: string;
        id: string;
    }
    Index

    Properties

    Properties

    entity: string
    id: string