Themes: add toilet information in food and shops

This commit is contained in:
Pieter Vander Vennet 2025-04-21 04:10:51 +02:00
parent 92eca242ec
commit 3bc8eae6b1
9 changed files with 174 additions and 15 deletions

View file

@ -97,7 +97,7 @@ export interface SpecialVisualization {
defaultValue?: string
doc: string
required?: false | boolean,
type?: "key"
type?: "key" | string
}[]
readonly getLayerDependencies?: (argument: string[]) => string[]
@ -112,7 +112,7 @@ export interface SpecialVisualization {
): BaseUIElement
}
export interface SpecialVisualizationSvelte {
export interface SpecialVisualizationSvelte extends SpecialVisualization {
readonly funcName: string
readonly docs: string
/**