Skip to content

Commit e08d7a3

Browse files
committed
fix(modules-sdk): Entity types
1 parent 7669dbb commit e08d7a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/types/src/modules-sdk/remote-query-object-from-string.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export type RemoteQueryInput<TEntry extends string> =
8080
/**
8181
* The name of the entity to retrieve. For example, `product`.
8282
*/
83-
entity: TEntry
83+
entity: TEntry | keyof RemoteQueryEntryPoints
8484
/**
8585
* The fields and relations to retrieve in the entity.
8686
*/

0 commit comments

Comments
 (0)