/*! * Copyright Adaptavist 2022 (c) All rights reserved */ import { Icon } from "../definitions/Icon"; import { GenericLinks } from "../definitions/GenericLinks"; export interface Theme { themeKey: string; name?: string; description?: string; icon?: Icon; _links?: GenericLinks; } //# sourceMappingURL=Theme.d.ts.map