MapComplete/Models/ThemeConfig/Json/ExtraLinkConfigJson.ts
2022-09-08 21:40:48 +02:00

7 lines
226 B
TypeScript

export default interface ExtraLinkConfigJson {
icon?: string
text?: string | any
href: string
newTab?: false | boolean
requirements?: ("iframe" | "no-iframe" | "welcome-message" | "no-welcome-message")[]
}