Skip to content

Commit

Permalink
fix: augment runtime config types (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianGlowala committed Apr 20, 2024
1 parent 2d69fbe commit 000c996
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/runtime/types.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
/* eslint-disable @typescript-eslint/ban-types */

import type { ModuleOptions } from "../module"

Check failure on line 4 in src/runtime/types.ts

View workflow job for this annotation

GitHub Actions / lint

Strings must use singlequote

declare module 'nuxt/schema' {
interface PublicRuntimeConfig {
gtag: ModuleOptions
}
}

export interface GoogleTagOptions {
/**
* The Google tag ID to initialize.
Expand Down

0 comments on commit 000c996

Please sign in to comment.