Interface RealtimeFeatureReference

interface RealtimeFeatureReference {
    id: FeatureId;
    sourceId?: string;
}

Properties

Properties

sourceId?: string