/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface TopNavigationLookAndFeelAsResponse { color?: string; highlightColor: string; hoverOrFocus?: { backgroundColor?: string; color?: string; }; } //# sourceMappingURL=TopNavigationLookAndFeelAsResponse.d.ts.map