mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
feat: web vitals
This commit is contained in:
@@ -3,7 +3,7 @@ import { getCLS, getFCP, getFID, getLCP, getTTFB, type Metric } from 'web-vitals
|
||||
type Options = {
|
||||
params:
|
||||
| {
|
||||
[s: string]: any;
|
||||
[s: string]: string | number | boolean;
|
||||
}
|
||||
| ArrayLike<any>;
|
||||
path: string;
|
||||
|
||||
Reference in New Issue
Block a user