Skip to content

Commit 4e185b2

Browse files
committed
wip
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent ff73c5d commit 4e185b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

types/@types/laravel-nova/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ declare module 'laravel-nova' {
9898
export namespace Localization {
9999
namespace methods {
100100
function __(key: string, replace: {
101-
[key: string]: value;
101+
[key: string]: string;
102102
}): string;
103103
}
104104
}
@@ -110,7 +110,7 @@ declare module 'laravel-nova' {
110110
namespace computed {
111111
function metricEndpoint(): string;
112112
function metricPayload(): {
113-
[key: string]: value;
113+
[key: string]: any;
114114
};
115115
}
116116
}

0 commit comments

Comments
 (0)