fix: break out content type uid fetch to utils function
This commit is contained in:
11
types/requests/contentTypeUid.ts
Normal file
11
types/requests/contentTypeUid.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
export type GetContentTypeUidType = {
|
||||
all_content_page: {
|
||||
total: number
|
||||
}
|
||||
all_loyalty_page: {
|
||||
total: number
|
||||
}
|
||||
all_current_blocks_page: {
|
||||
total: number
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user