/**
 * NuxtOptionsFetch
 * Documentation: ?
 */

export interface NuxtOptionsFetch {
  client?: boolean
  server?: boolean
}
