12 lines
179 B
TypeScript
12 lines
179 B
TypeScript
export type GetContentTypeUidType = {
|
|
all_content_page: {
|
|
total: number
|
|
}
|
|
all_loyalty_page: {
|
|
total: number
|
|
}
|
|
all_current_blocks_page: {
|
|
total: number
|
|
}
|
|
}
|