We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff73c5d commit 4e185b2Copy full SHA for 4e185b2
types/@types/laravel-nova/index.d.ts
@@ -98,7 +98,7 @@ declare module 'laravel-nova' {
98
export namespace Localization {
99
namespace methods {
100
function __(key: string, replace: {
101
- [key: string]: value;
+ [key: string]: string;
102
}): string;
103
}
104
@@ -110,7 +110,7 @@ declare module 'laravel-nova' {
110
namespace computed {
111
function metricEndpoint(): string;
112
function metricPayload(): {
113
+ [key: string]: any;
114
};
115
116
0 commit comments