Skip to content

Commit

Permalink
fix: update ModuleOptions interface in module.ts (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook authored Mar 14, 2024
1 parent f278627 commit 4cb8ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { name, version } from '../package.json'

type NuxtAppHead = Required<MetaObject>

export interface ModuleOptions extends DownloadOptions, GoogleFonts {
export interface ModuleOptions extends Partial<DownloadOptions>, GoogleFonts {
prefetch?: boolean
preconnect?: boolean
preload?: boolean
Expand Down

0 comments on commit 4cb8ef1

Please sign in to comment.