ResourceDataUpdate<T>: {
    _clientRef?: string;
    data: ResourceDataUpdateDataMap[T];
    selector: T;
}

Type Parameters