Skip to content

Commit

Permalink
fix: __typename is now inside custom-champ
Browse files Browse the repository at this point in the history
  • Loading branch information
DIDIERRobin committed Feb 21, 2024
1 parent bf04890 commit 3d2a846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dossier/custom-champ.type.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Champ, ChampDescriptor, Dossier } from "../@types/generated-types";
import { Champ, ChampDescriptor, Dossier } from "../@types/types";

export type CustomChamp = Champ & {
champDescriptor: ChampDescriptor;
Expand Down

0 comments on commit 3d2a846

Please sign in to comment.