fix. 코드 정리 (format 적용, 불필요한 파일 제거)
This commit is contained in:
5
types/i18n.d.ts
vendored
5
types/i18n.d.ts
vendored
@@ -1,8 +1,9 @@
|
||||
declare global {
|
||||
function defineI18nLocale(
|
||||
loader: (locale: string) => Promise<Record<string, any>> | Record<string, any>
|
||||
loader: (
|
||||
locale: string
|
||||
) => Promise<Record<string, any>> | Record<string, any>
|
||||
): any
|
||||
}
|
||||
|
||||
export {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user