Skip to content

Commit

Permalink
Updated snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-knight committed May 10, 2023
1 parent 95efe6d commit 61401ac
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,7 @@ const injectedRtkApi = api
overrideExisting: false,
});
export { injectedRtkApi as enhancedApi };
export type GetStructureDefinitionApiResponse = unknown;
export type GetStructureDefinitionApiResponse = /** status 200 Success */ FhirJsonResource;
export type GetStructureDefinitionApiArg = {
/** Some description */
foo?: any;
Expand All @@ -1024,6 +1024,7 @@ export type GetStructureDefinitionApiArg = {
/** Some description */
naming_conflict?: any;
};
export type FhirJsonResource = object;
export const { useGetStructureDefinitionQuery } = injectedRtkApi;

`;
Expand Down

0 comments on commit 61401ac

Please sign in to comment.