fix: break out content type uid fetch to utils function

This commit is contained in:
Christel Westerberg
2024-04-29 10:49:19 +02:00
parent af96964fb2
commit 9f0b044daa
5 changed files with 68 additions and 64 deletions

View File

@@ -0,0 +1,11 @@
export type GetContentTypeUidType = {
all_content_page: {
total: number
}
all_loyalty_page: {
total: number
}
all_current_blocks_page: {
total: number
}
}