fix: replace content_type_id with __typename

This commit is contained in:
Arvid Norlin
2024-02-14 11:15:52 +01:00
parent 5b3b47b568
commit 0556b509bc
4 changed files with 12 additions and 4 deletions
+4
View File
@@ -12,6 +12,10 @@ export enum BlocksTypenameEnum {
CurrentBlocksPageBlocksText = "CurrentBlocksPageBlocksText",
}
export enum PagesTypenameEnum {
CurrentBlocksPage = "CurrentBlocksPage",
}
export type BlocksTypename = keyof typeof BlocksTypenameEnum
export type Typename<T, K> = T & {