Files
web/types/requests/contentTypeUid.ts
2024-04-29 14:02:34 +02:00

12 lines
179 B
TypeScript

export type GetContentTypeUidType = {
all_content_page: {
total: number
}
all_loyalty_page: {
total: number
}
all_current_blocks_page: {
total: number
}
}