We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02d9a83 commit 36400dfCopy full SHA for 36400df
src/templates/post/types/PoSSSstCategory.type.ts renamed to src/templates/post/types/PostCategory.type.ts
src/templates/post/types/index.ts
@@ -8,4 +8,4 @@ export type { default as PostUpdateQuery } from "./PostUpdateQuery.type";
8
export type { default as PostCreateQuery } from "./PostCreateQuery.type";
9
export type { default as Comment } from "./Comment.type";
10
export type { default as Recomment } from "./Recomment.type";
11
-export type { default as PostCategoryType } from "./PoSSSstCategory.type";
+export type { default as PostCategoryType } from "./PostCategory.type";
0 commit comments