Member Junction
    Preparing search index...

    A planned read of one entity: its name and whether the caller intends to read it live or materialized.

    interface PlannedEntityRead {
        dataSource?: "Live" | "Materialized";
        entityName: string;
    }
    Index

    Properties

    dataSource?: "Live" | "Materialized"
    entityName: string