Skip to content

Commit 97f397e

Browse files
committed
fix: Update typescript type
1 parent b793479 commit 97f397e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/src/store/state.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import {
55
EntitiesProject,
66
EntitiesProjectEndpoint,
77
RequestsProjectCreateRequest,
8-
RequestsProjectEndpointCreateRequest,
98
RequestsProjectEndpointUpdateRequest,
9+
RequestsProjectEndpointStoreRequest,
1010
RequestsProjectUpdateRequest,
1111
ResponsesNoContent,
1212
ResponsesOkArrayEntitiesProject,
@@ -37,7 +37,7 @@ export type Actions = {
3737
indexProjects: () => Promise<Array<EntitiesProject>>;
3838
storeProjectEndpoint: (
3939
projectId: string,
40-
request: RequestsProjectEndpointCreateRequest,
40+
request: RequestsProjectEndpointStoreRequest,
4141
) => Promise<EntitiesProjectEndpoint>;
4242
updateProjectEndpoint: (
4343
projectId: string,

0 commit comments

Comments
 (0)