From d86e1c0ac7f66e3241fe9c2a57c012c5421cc471 Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Sat, 23 Aug 2025 22:49:27 +0200 Subject: [PATCH] fix linting --- lib/src/types/ItemType.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/types/ItemType.d.ts b/lib/src/types/ItemType.d.ts index dd632337..c0e4d3f4 100644 --- a/lib/src/types/ItemType.d.ts +++ b/lib/src/types/ItemType.d.ts @@ -16,5 +16,5 @@ export interface ItemType { relations: boolean template: string questlog: boolean - custom_profile_url: string + custom_profile_url?: string }