UNPKG

next-drupal

Version:
7 lines (4 loc) 215 B
import type { JsonApiOptions } from "./options" import { DrupalMenuItem } from "./drupal" export type JsonApiWithLocaleOptions = Omit<JsonApiOptions, "withAuth"> export type DrupalMenuLinkContent = DrupalMenuItem