Skip to content

Commit 1b6d975

Browse files
authored
Changing ResourceStoreContext to use an interface instead of a type so consumers can do declaration merging (#142)
1 parent 0bfd413 commit 1b6d975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export type RouteResource<RouteResourceData = unknown> = {
149149

150150
export type RouteResources = RouteResource[];
151151

152-
export type ResourceStoreContext = any;
152+
export interface ResourceStoreContext {}
153153

154154
export type RouteResourceDataForType = {
155155
[index: string]: RouteResourceResponseBase<unknown>;

0 commit comments

Comments
 (0)