> new@0.1.0 lint C:\Users\jean_\Documents\NEXTJS\panel-admin-asterisk > next lint ./src/app/(dashboard)/dashboard/hooks.ts 36:15 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 37:35 Warning: Unsafe member access .connected on an `any` value. @typescript-eslint/no-unsafe-member-access 124:13 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 125:13 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 132:17 Warning: Unsafe member access .endpoints on an `any` value. @typescript-eslint/no-unsafe-member-access 187:15 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 188:15 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 194:19 Warning: Unsafe member access .endpoints on an `any` value. @typescript-eslint/no-unsafe-member-access 243:21 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 309:17 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 358:15 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 358:47 Warning: Unsafe argument of type `any` assigned to a parameter of type `string`. @typescript-eslint/no-unsafe-argument 366:13 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 367:13 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 368:13 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 369:13 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 370:13 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 371:13 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 372:13 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 396:53 Warning: Unsafe argument of type `any` assigned to a parameter of type `string | undefined`. @typescript-eslint/no-unsafe-argument 404:15 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 405:15 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 406:15 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 414:53 Warning: Unsafe argument of type `any` assigned to a parameter of type `string | undefined`. @typescript-eslint/no-unsafe-argument 431:15 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 437:53 Warning: Unsafe argument of type `any` assigned to a parameter of type `string | undefined`. @typescript-eslint/no-unsafe-argument 447:53 Warning: Unsafe argument of type `any` assigned to a parameter of type `string | undefined`. @typescript-eslint/no-unsafe-argument 455:53 Warning: Unsafe argument of type `any` assigned to a parameter of type `string | undefined`. @typescript-eslint/no-unsafe-argument 463:53 Warning: Unsafe argument of type `any` assigned to a parameter of type `string | undefined`. @typescript-eslint/no-unsafe-argument 465:15 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 466:15 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 467:15 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 497:15 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 498:15 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 532:13 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 533:13 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 534:13 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 546:15 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 546:36 Warning: Unsafe argument of type `any` assigned to a parameter of type `string`. @typescript-eslint/no-unsafe-argument 547:38 Warning: Unsafe member access .connected on an `any` value. @typescript-eslint/no-unsafe-member-access 621:10 Warning: Unsafe array destructuring of a tuple element with an `any` value. @typescript-eslint/no-unsafe-assignment 621:58 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any 621:58 Warning: 'any' overrides all other types in this union type. @typescript-eslint/no-redundant-type-constituents 635:15 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 637:19 Warning: Unsafe member access .success on an `any` value. @typescript-eslint/no-unsafe-member-access 641:13 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 641:26 Warning: Unsafe member access .error on an `any` value. @typescript-eslint/no-unsafe-member-access 644:16 Warning: 'error' is defined but never used. @typescript-eslint/no-unused-vars 651:5 Warning: Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator. @typescript-eslint/no-floating-promises 657:5 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 683:11 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 684:15 Warning: Unsafe member access .success on an `any` value. @typescript-eslint/no-unsafe-member-access 685:46 Warning: Unsafe member access .error on an `any` value. @typescript-eslint/no-unsafe-member-access 698:11 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 699:15 Warning: Unsafe member access .success on an `any` value. @typescript-eslint/no-unsafe-member-access 700:43 Warning: Unsafe member access .error on an `any` value. @typescript-eslint/no-unsafe-member-access 721:13 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 723:16 Warning: Unsafe member access .success on an `any` value. @typescript-eslint/no-unsafe-member-access 723:32 Warning: Unsafe member access .data on an `any` value. @typescript-eslint/no-unsafe-member-access 724:24 Warning: Unsafe argument of type `any` assigned to a parameter of type `SetStateAction>`. @typescript-eslint/no-unsafe-argument 724:29 Warning: Unsafe member access .data on an `any` value. @typescript-eslint/no-unsafe-member-access 735:5 Warning: Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator. @typescript-eslint/no-floating-promises ./src/app/(dashboard)/dashboard/page.tsx 94:5 Warning: Unsafe array destructuring of a tuple element with an `any` value. @typescript-eslint/no-unsafe-assignment 620:34 Warning: Unsafe member access .error on an `any` value. @typescript-eslint/no-unsafe-member-access 623:62 Warning: Unsafe member access .error on an `any` value. @typescript-eslint/no-unsafe-member-access 625:34 Warning: Unsafe member access .grouped on an `any` value. @typescript-eslint/no-unsafe-member-access 628:34 Warning: Unsafe member access .grouped on an `any` value. @typescript-eslint/no-unsafe-member-access 636:59 Warning: Unsafe member access .grouped on an `any` value. @typescript-eslint/no-unsafe-member-access 644:34 Warning: Unsafe member access .grouped on an `any` value. @typescript-eslint/no-unsafe-member-access 652:59 Warning: Unsafe member access .grouped on an `any` value. @typescript-eslint/no-unsafe-member-access 660:34 Warning: Unsafe member access .grouped on an `any` value. @typescript-eslint/no-unsafe-member-access 668:59 Warning: Unsafe member access .grouped on an `any` value. @typescript-eslint/no-unsafe-member-access 676:34 Warning: Unsafe member access .grouped on an `any` value. @typescript-eslint/no-unsafe-member-access 684:59 Warning: Unsafe member access .grouped on an `any` value. @typescript-eslint/no-unsafe-member-access 692:34 Warning: Unsafe member access .contacts on an `any` value. @typescript-eslint/no-unsafe-member-access 692:58 Warning: Unsafe argument of type `any` assigned to a parameter of type `{}`. @typescript-eslint/no-unsafe-argument 692:74 Warning: Unsafe member access .contacts on an `any` value. @typescript-eslint/no-unsafe-member-access 700:59 Warning: Unsafe member access .contacts on an `any` value. @typescript-eslint/no-unsafe-member-access ./src/app/(dashboard)/dashboard/sistema/perfil/page.tsx 59:63 Warning: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing ./src/app/(dashboard)/dashboard/types.ts 43:18 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any ./src/app/(dashboard)/dashboard/utils.ts 227:44 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any 227:44 Warning: 'any' overrides all other types in this union type. @typescript-eslint/no-redundant-type-constituents 230:9 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 230:24 Warning: Unsafe member access .grouped on an `any` value. @typescript-eslint/no-unsafe-member-access 231:23 Warning: Unsafe member access .grouped on an `any` value. @typescript-eslint/no-unsafe-member-access 259:51 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any 259:51 Warning: 'any' overrides all other types in this union type. @typescript-eslint/no-redundant-type-constituents 263:9 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 263:15 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any 263:46 Warning: Unsafe member access .grouped on an `any` value. @typescript-eslint/no-unsafe-member-access 264:15 Warning: Unsafe member access .grouped on an `any` value. @typescript-eslint/no-unsafe-member-access 266:9 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 266:37 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any 266:55 Warning: Unsafe member access .contacts on an `any` value. @typescript-eslint/no-unsafe-member-access 269:11 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 269:25 Warning: Unsafe member access .objectname on an `any` value. @typescript-eslint/no-unsafe-member-access 269:43 Warning: Unsafe member access .ObjectName on an `any` value. @typescript-eslint/no-unsafe-member-access 269:61 Warning: Unsafe member access .endpointname on an `any` value. @typescript-eslint/no-unsafe-member-access 270:37 Warning: Computed name [aorName] resolves to an `any` value. @typescript-eslint/no-unsafe-member-access 274:15 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 274:35 Warning: Unsafe member access .UserAgent on an `any` value. @typescript-eslint/no-unsafe-member-access 275:34 Warning: Unsafe member access .useragent on an `any` value. @typescript-eslint/no-unsafe-member-access 276:34 Warning: Unsafe member access .Useragent on an `any` value. @typescript-eslint/no-unsafe-member-access 277:34 Warning: Unsafe member access ["User-Agent"] on an `any` value. @typescript-eslint/no-unsafe-member-access 278:15 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 278:29 Warning: Unsafe member access .Uri on an `any` value. @typescript-eslint/no-unsafe-member-access 279:28 Warning: Unsafe member access .uri on an `any` value. @typescript-eslint/no-unsafe-member-access 280:28 Warning: Unsafe member access .Contact on an `any` value. @typescript-eslint/no-unsafe-member-access 281:28 Warning: Unsafe member access .contact on an `any` value. @typescript-eslint/no-unsafe-member-access 287:39 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 290:27 Warning: Unsafe member access .contacts on an `any` value. @typescript-eslint/no-unsafe-member-access 290:56 Warning: Unsafe member access .contacts on an `any` value. @typescript-eslint/no-unsafe-member-access 291:40 Warning: Unsafe member access .contacts on an `any` value. @typescript-eslint/no-unsafe-member-access 317:5 Warning: Unsafe return of a value of type `any`. @typescript-eslint/no-unsafe-return ./src/app/api/ami/action/route.ts 11:11 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 14:30 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any ./src/app/api/ami/endpoint-details/route.ts 7:22 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any 8:19 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any 9:27 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any 10:16 Warning: Unsafe member access .actionid on an `any` value. @typescript-eslint/no-unsafe-member-access 11:16 Warning: Unsafe member access .event on an `any` value. @typescript-eslint/no-unsafe-member-access 23:40 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any 31:29 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any 33:23 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 49:11 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 57:11 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 57:39 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any 58:7 Warning: Unsafe call of a(n) `any` typed value. @typescript-eslint/no-unsafe-call 58:11 Warning: Unsafe member access .action on an `any` value. @typescript-eslint/no-unsafe-member-access 58:73 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any 58:83 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any 59:26 Warning: Unsafe member access .actionid on an `any` value. @typescript-eslint/no-unsafe-member-access 60:48 Warning: Unsafe argument of type `any` assigned to a parameter of type `string`. @typescript-eslint/no-unsafe-argument 60:52 Warning: Unsafe member access .actionid on an `any` value. @typescript-eslint/no-unsafe-member-access 63:33 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any 64:28 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any 65:29 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any 66:34 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any 67:33 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any 71:38 Warning: Unsafe argument of type `any` assigned to a parameter of type `PropertyKey`. @typescript-eslint/no-unsafe-argument 71:40 Warning: Unsafe member access .event on an `any` value. @typescript-eslint/no-unsafe-member-access 72:23 Warning: Unsafe member access .event on an `any` value. @typescript-eslint/no-unsafe-member-access 72:69 Warning: Unsafe argument of type `any` assigned to a parameter of type `Record`. @typescript-eslint/no-unsafe-argument 77:15 Warning: Unsafe assignment of type `any[]` to a variable of type `string[]`. @typescript-eslint/no-unsafe-assignment 80:24 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any 80:32 Warning: Unsafe return of a value of type `any`. @typescript-eslint/no-unsafe-return 80:34 Warning: Unsafe member access .ObjectName on an `any` value. @typescript-eslint/no-unsafe-member-access 80:45 Warning: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing 80:50 Warning: Unsafe member access .objectname on an `any` value. @typescript-eslint/no-unsafe-member-access 80:61 Warning: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing 80:66 Warning: Unsafe member access .Aor on an `any` value. @typescript-eslint/no-unsafe-member-access 80:70 Warning: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing 80:75 Warning: Unsafe member access .aor on an `any` value. @typescript-eslint/no-unsafe-member-access 85:40 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any 89:13 Warning: Unsafe call of a(n) `any` typed value. @typescript-eslint/no-unsafe-call 89:17 Warning: Unsafe member access .action on an `any` value. @typescript-eslint/no-unsafe-member-access 89:75 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any 89:86 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any 90:34 Warning: Unsafe member access .actionid on an `any` value. @typescript-eslint/no-unsafe-member-access 94:55 Warning: Unsafe argument of type `any` assigned to a parameter of type `string`. @typescript-eslint/no-unsafe-argument 94:60 Warning: Unsafe member access .actionid on an `any` value. @typescript-eslint/no-unsafe-member-access 96:35 Warning: Unsafe member access .event on an `any` value. @typescript-eslint/no-unsafe-member-access 96:67 Warning: Unsafe member access .event on an `any` value. @typescript-eslint/no-unsafe-member-access ./src/app/api/ami/endpoints/route.ts 6:22 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any 7:19 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any 8:27 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any 9:16 Warning: Unsafe member access .actionid on an `any` value. @typescript-eslint/no-unsafe-member-access 10:16 Warning: Unsafe member access .event on an `any` value. @typescript-eslint/no-unsafe-member-access 22:9 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 25:39 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any 26:5 Warning: Unsafe call of a(n) `any` typed value. @typescript-eslint/no-unsafe-call 26:9 Warning: Unsafe member access .action on an `any` value. @typescript-eslint/no-unsafe-member-access 26:62 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any 26:72 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any 28:44 Warning: Unsafe argument of type `any` assigned to a parameter of type `string`. @typescript-eslint/no-unsafe-argument 28:48 Warning: Unsafe member access .actionid on an `any` value. @typescript-eslint/no-unsafe-member-access 29:37 Warning: Unsafe member access .event on an `any` value. @typescript-eslint/no-unsafe-member-access 35:26 Warning: Unsafe member access .objectname on an `any` value. @typescript-eslint/no-unsafe-member-access 36:20 Warning: Unsafe member access .aors on an `any` value. @typescript-eslint/no-unsafe-member-access 37:24 Warning: Unsafe member access .contacts on an `any` value. @typescript-eslint/no-unsafe-member-access 38:27 Warning: Unsafe member access .devicestate on an `any` value. @typescript-eslint/no-unsafe-member-access 39:25 Warning: Unsafe member access .transport on an `any` value. @typescript-eslint/no-unsafe-member-access ./src/app/api/ami/events/route.ts 10:25 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any 10:46 Warning: Unexpected empty arrow function. @typescript-eslint/no-empty-function 33:26 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any ./src/app/api/reportes/cdr/route.ts 50:27 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any 69:33 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any 79:11 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 82:33 Warning: Unsafe argument of type `any` assigned to a parameter of type `SQLWrapper | AnyColumn`. @typescript-eslint/no-unsafe-argument 82:54 Warning: Unsafe argument of type `any` assigned to a parameter of type `SQLWrapper | AnyColumn`. @typescript-eslint/no-unsafe-argument 84:48 Warning: Unsafe spread of an `any[]` array type. @typescript-eslint/no-unsafe-argument ./src/app/api/reportes/cel/route.ts 63:27 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any 96:48 Warning: Unsafe spread of an `any[]` array type. @typescript-eslint/no-unsafe-argument ./src/components/reportes/AudioPlayerModal.tsx 127:41 Warning: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing 137:41 Warning: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing ./src/components/reportes/CdrTable.tsx 158:6 Warning: React Hook useEffect has a missing dependency: 'fetchRecords'. Either include it or remove the dependency array. react-hooks/exhaustive-deps ./src/components/reportes/CelTable.tsx 125:6 Warning: React Hook useEffect has a missing dependency: 'fetchRecords'. Either include it or remove the dependency array. react-hooks/exhaustive-deps 254:40 Warning: 'index' is defined but never used. Allowed unused args must match /^_/u. @typescript-eslint/no-unused-vars ./src/components/section/Sidebar.tsx 24:10 Warning: 'Separator' is defined but never used. Allowed unused vars must match /^_/u. @typescript-eslint/no-unused-vars ./src/components/ui/audio-player.tsx 57:16 Warning: Unsafe argument of type `any` assigned to a parameter of type `SetStateAction`. @typescript-eslint/no-unsafe-argument 266:11 Warning: An interface declaring no members is equivalent to its supertype. @typescript-eslint/no-empty-object-type 284:11 Warning: An interface declaring no members is equivalent to its supertype. @typescript-eslint/no-empty-object-type ./src/components/ui/calendar.tsx 9:1 Warning: Imports "DayButton" are only used as type. @typescript-eslint/consistent-type-imports ./src/lib/ami-manager.ts 10:10 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any 16:5 Warning: Unsafe return of a value of type `any`. @typescript-eslint/no-unsafe-return 21:3 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 21:9 Warning: Unsafe construction of a(n) `any` typed value. @typescript-eslint/no-unsafe-call 30:3 Warning: Unsafe call of a(n) `any` typed value. @typescript-eslint/no-unsafe-call 30:7 Warning: Unsafe member access .keepConnected on an `any` value. @typescript-eslint/no-unsafe-member-access 32:3 Warning: Unsafe call of a(n) `any` typed value. @typescript-eslint/no-unsafe-call 32:7 Warning: Unsafe member access .on on an `any` value. @typescript-eslint/no-unsafe-member-access 38:3 Warning: Unsafe call of a(n) `any` typed value. @typescript-eslint/no-unsafe-call 38:7 Warning: Unsafe member access .on on an `any` value. @typescript-eslint/no-unsafe-member-access 44:3 Warning: Unsafe call of a(n) `any` typed value. @typescript-eslint/no-unsafe-call 44:7 Warning: Unsafe member access .on on an `any` value. @typescript-eslint/no-unsafe-member-access 44:32 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any 49:3 Warning: Unsafe call of a(n) `any` typed value. @typescript-eslint/no-unsafe-call 49:7 Warning: Unsafe member access .on on an `any` value. @typescript-eslint/no-unsafe-member-access 53:3 Warning: Unsafe return of a value of type `any`. @typescript-eslint/no-unsafe-return 59:5 Warning: Unsafe return of a value of type `any`. @typescript-eslint/no-unsafe-return 61:3 Warning: Unsafe return of a value of type `any`. @typescript-eslint/no-unsafe-return 70:26 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any 71:39 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any 73:11 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 75:7 Warning: Unsafe call of a(n) `any` typed value. @typescript-eslint/no-unsafe-call 75:14 Warning: Unsafe member access .action on an `any` value. @typescript-eslint/no-unsafe-member-access 75:50 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any 75:60 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any 77:34 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 92:15 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any 103:11 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 106:13 Warning: 'events' is assigned a value but never used. Allowed unused vars must match /^_/u. @typescript-eslint/no-unused-vars 106:21 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any 107:27 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any 108:23 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any 111:35 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any 112:17 Warning: Unsafe member access .event on an `any` value. @typescript-eslint/no-unsafe-member-access 112:51 Warning: Unsafe member access .objectname on an `any` value. @typescript-eslint/no-unsafe-member-access 113:11 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 114:24 Warning: Unsafe member access .event on an `any` value. @typescript-eslint/no-unsafe-member-access 114:63 Warning: Unsafe member access .endpointname on an `any` value. @typescript-eslint/no-unsafe-member-access 116:13 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 116:22 Warning: Unsafe member access .uri on an `any` value. @typescript-eslint/no-unsafe-member-access 117:13 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 117:25 Warning: Unsafe member access .status on an `any` value. @typescript-eslint/no-unsafe-member-access 118:32 Warning: Unsafe member access .roundtripusec on an `any` value. @typescript-eslint/no-unsafe-member-access 118:57 Warning: Unsafe argument of type `any` assigned to a parameter of type `string`. @typescript-eslint/no-unsafe-argument 118:61 Warning: Unsafe member access .roundtripusec on an `any` value. @typescript-eslint/no-unsafe-member-access 119:30 Warning: Unsafe member access .roundtripusec on an `any` value. @typescript-eslint/no-unsafe-member-access 119:67 Warning: Unsafe argument of type `any` assigned to a parameter of type `string`. @typescript-eslint/no-unsafe-argument 119:71 Warning: Unsafe member access .roundtripusec on an `any` value. @typescript-eslint/no-unsafe-member-access 122:24 Warning: Unsafe member access .event on an `any` value. @typescript-eslint/no-unsafe-member-access 122:66 Warning: Unsafe member access .endpoint on an `any` value. @typescript-eslint/no-unsafe-member-access 124:11 Warning: Unsafe call of a(n) `any` typed value. @typescript-eslint/no-unsafe-call 124:18 Warning: Unsafe member access .removeListener on an `any` value. @typescript-eslint/no-unsafe-member-access 129:15 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 130:15 Warning: Unsafe assignment of type `any[]` to a variable of type `{ uri: string; status: string; roundtripUsec?: number | undefined; roundtripMs?: number | undefined; }[]`. @typescript-eslint/no-unsafe-assignment 137:7 Warning: Unsafe call of a(n) `any` typed value. @typescript-eslint/no-unsafe-call 137:14 Warning: Unsafe member access .on on an `any` value. @typescript-eslint/no-unsafe-member-access 140:7 Warning: Unsafe call of a(n) `any` typed value. @typescript-eslint/no-unsafe-call 140:14 Warning: Unsafe member access .action on an `any` value. @typescript-eslint/no-unsafe-member-access 145:15 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any 145:20 Warning: 'res' is defined but never used. Allowed unused args must match /^_/u. @typescript-eslint/no-unused-vars 145:25 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any 147:13 Warning: Unsafe call of a(n) `any` typed value. @typescript-eslint/no-unsafe-call 147:20 Warning: Unsafe member access .removeListener on an `any` value. @typescript-eslint/no-unsafe-member-access 156:9 Warning: Unsafe call of a(n) `any` typed value. @typescript-eslint/no-unsafe-call 156:16 Warning: Unsafe member access .removeListener on an `any` value. @typescript-eslint/no-unsafe-member-access 175:11 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 181:35 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any 182:17 Warning: Unsafe member access .event on an `any` value. @typescript-eslint/no-unsafe-member-access 182:56 Warning: Unsafe member access .endpointname on an `any` value. @typescript-eslint/no-unsafe-member-access 183:33 Warning: Unsafe member access .roundtripusec on an `any` value. @typescript-eslint/no-unsafe-member-access 184:36 Warning: Unsafe argument of type `any` assigned to a parameter of type `string`. @typescript-eslint/no-unsafe-argument 184:40 Warning: Unsafe member access .roundtripusec on an `any` value. @typescript-eslint/no-unsafe-member-access 187:28 Warning: Computed name [evt.endpointname] resolves to an `any` value. @typescript-eslint/no-unsafe-member-access 187:32 Warning: Unsafe member access .endpointname on an `any` value. @typescript-eslint/no-unsafe-member-access 189:13 Warning: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment 189:25 Warning: Unsafe member access .status on an `any` value. @typescript-eslint/no-unsafe-member-access 189:32 Warning: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing 191:24 Warning: Unsafe member access .event on an `any` value. @typescript-eslint/no-unsafe-member-access 193:11 Warning: Unsafe call of a(n) `any` typed value. @typescript-eslint/no-unsafe-call 193:18 Warning: Unsafe member access .removeListener on an `any` value. @typescript-eslint/no-unsafe-member-access 203:7 Warning: Unsafe call of a(n) `any` typed value. @typescript-eslint/no-unsafe-call 203:14 Warning: Unsafe member access .on on an `any` value. @typescript-eslint/no-unsafe-member-access 206:7 Warning: Unsafe call of a(n) `any` typed value. @typescript-eslint/no-unsafe-call 206:14 Warning: Unsafe member access .action on an `any` value. @typescript-eslint/no-unsafe-member-access 210:15 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any 210:20 Warning: 'res' is defined but never used. Allowed unused args must match /^_/u. @typescript-eslint/no-unused-vars 210:25 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any 212:13 Warning: Unsafe call of a(n) `any` typed value. @typescript-eslint/no-unsafe-call 212:20 Warning: Unsafe member access .removeListener on an `any` value. @typescript-eslint/no-unsafe-member-access 221:9 Warning: Unsafe call of a(n) `any` typed value. @typescript-eslint/no-unsafe-call 221:16 Warning: Unsafe member access .removeListener on an `any` value. @typescript-eslint/no-unsafe-member-access ./src/types/asterisk-manager.d.ts 5:26 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any ./src/types/asterisk.ts 38:18 Warning: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any info - Need to disable some ESLint rules? Learn more here: https://nextjs.org/docs/app/api-reference/config/eslint#disabling-rules