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