feat(WEB-205, WEB-206): get breadcrumbs for my pages from contentstack
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export type AllRequestResponse<T> = {
|
||||
export interface AllRequestResponse<T> {
|
||||
items: T[]
|
||||
total: number
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user