fix linting

This commit is contained in:
Anton Tranelis 2025-08-23 22:49:27 +02:00
parent a632ff0cf4
commit d86e1c0ac7

View File

@ -16,5 +16,5 @@ export interface ItemType {
relations: boolean relations: boolean
template: string template: string
questlog: boolean questlog: boolean
custom_profile_url: string custom_profile_url?: string
} }