@wixc3/engine-core on Github
Home > @wixc3/engine-core > MapToProxyType
Signature:
export type MapToProxyType<T extends EntityRecord> = { [K in keyof T]: T[K]['proxyType']; };
References: EntityRecord