Skip to content

Commit

Permalink
fix: Remove unused 'Messages' type
Browse files Browse the repository at this point in the history
  • Loading branch information
kkuegler committed Jul 22, 2023
1 parent 6291d8d commit 6c286b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { ref, getCurrentInstance, App, defineComponent, VNode, ComponentPublicInstance, nextTick } from "vue";
import { i18n, TFunction, Namespace, KeyPrefix } from "i18next";

type Messages = { [index: string]: string | Messages };
declare module '@vue/runtime-core' {
interface ComponentCustomOptions {
i18nOptions?: {
Expand Down

0 comments on commit 6c286b7

Please sign in to comment.