feat(WEB-205, WEB-206): get breadcrumbs for my pages from contentstack
This commit is contained in:
@@ -4,4 +4,4 @@ export interface RequestOptionsWithJSONBody
|
||||
}
|
||||
|
||||
export interface RequestOptionsWithOutBody
|
||||
extends Omit<RequestInit, "body" | "method"> {}
|
||||
extends Omit<RequestInit, "body" | "method"> { }
|
||||
|
||||
Reference in New Issue
Block a user