engine

@wixc3/engine-core on Github

Home > @wixc3/engine-core > MapToProxyType

MapToProxyType type

Signature:

export type MapToProxyType<T extends EntityRecord> = {
    [K in keyof T]: T[K]['proxyType'];
};

References: EntityRecord